]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTowerRecPoint.h
Coding conventions obeyed
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTowerRecPoint.h
index d811ba5dd574a7a5e37100caca10799355377086..9856abbb397e986cfa6385b4f61bd708819e7aed 100644 (file)
@@ -64,7 +64,7 @@ public:
   void        Print(Option_t * /*opt = "void"*/) ; 
   const TVector3 XYZInAlice(Float_t r = 9999., Float_t theta = 9999., Float_t phi = 9999.) const ;  
 
-  AliEMCALTowerRecPoint & operator = (const AliEMCALTowerRecPoint & rvalue)  {
+  AliEMCALTowerRecPoint & operator = (const AliEMCALTowerRecPoint & /*rvalue*/)  {
     // assignement operator requested by coding convention but not needed
     assert(0==1) ;
     return *this ;