]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv1.h
Removing warnings
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv1.h
index 81289d61e14af5e63f5e268f0ade08d97fab4634..db7e7fac3abcd1923d2b5d377d94aaf618d48a59 100644 (file)
@@ -43,7 +43,7 @@ public:
   virtual void   StepManager(void) ;                              
   virtual const TString Version(void)const { return TString("v1") ;  }
 
-  AliPHOSv1 & operator = (const AliPHOSv1 & rvalue)  {
+  AliPHOSv1 & operator = (const AliPHOSv1 & /*rvalue*/)  {
     // assignement operator requested by coding convention but not needed
     Fatal("operator =", "not implemented") ;
     return *this ;