]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSGeometry.h
Coding rule violations corrected.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGeometry.h
index 189a65da99a64a3a6fd648657fbfe8a41eee7108..503ead9a601cf70358f5347cc92200c7802cdf1e 100644 (file)
@@ -61,7 +61,7 @@ public:
   virtual void   GetGlobal(const AliRecPoint* RecPoint, TVector3 & gpos) const ;
   virtual Bool_t Impact(const TParticle * particle) const ;
 
-  AliPHOSGeometry & operator = (const AliPHOSGeometry  & rvalue) const {
+  AliPHOSGeometry & operator = (const AliPHOSGeometry  & /*rvalue*/) const {
     // assignement operator requested by coding convention but not needed
     assert(0==1) ;
     return *(GetInstance()) ;