]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSJet.h
Removing warnings
[u/mrichter/AliRoot.git] / PHOS / AliPHOSJet.h
index 8bd9f63cdbb6c8cfa785d98d2b9dea0914008fc2..cce0a01c18e6fe9d6ed0fc3e379f8041cff657c5 100644 (file)
@@ -61,7 +61,7 @@ public:
   Int_t GetNJetParticles(void)const{return fNpart;}
 
   void Print() ;
-  AliPHOSJet & operator = (const AliPHOSJet & rvalue)  {
+  AliPHOSJet & operator = (const AliPHOSJet & /*rvalue*/)  {
     // assignement operator requested by coding convention but not needed
     Fatal("operator =", "not implemented") ; return *this ; 
   }