]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliMonitorControl.h
stars replaced by sumcou common.
[u/mrichter/AliRoot.git] / MONITOR / AliMonitorControl.h
index ba91e9b7705817f894b1e7643bcd3151a2198f78..c30898d4ff360a54131b6cf9852d34443b27b1dc 100644 (file)
@@ -100,7 +100,7 @@ private:
       AliMonitorDialog(dlg), fSize(dlg.fSize) {
       Fatal("AliMonitorBufferDlg", "copy constructor not implemented");
     }
-    AliMonitorBufferDlg& operator = (const AliMonitorBufferDlg& dlg) {
+    AliMonitorBufferDlg& operator = (const AliMonitorBufferDlg& /*dlg*/) {
       Fatal("operator =", "assignment operator not implemented");
       return *this;
     }
@@ -125,7 +125,7 @@ private:
       AliMonitorDialog(dlg) {
       Fatal("AliMonitorClientsDlg", "copy constructor not implemented");
     }
-    AliMonitorClientsDlg& operator = (const AliMonitorClientsDlg& dlg) {
+    AliMonitorClientsDlg& operator = (const AliMonitorClientsDlg& /*dlg*/) {
       Fatal("operator =", "assignment operator not implemented");
       return *this;
     }