]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSClusterizerv2.h
Coding conventions for PHOS
[u/mrichter/AliRoot.git] / PHOS / AliPHOSClusterizerv2.h
index 1a00da35e3ee29bc02fa04b8c5b10d45fe987208..c3214c74d13e49f2560e1b53f5db300042b7c995 100644 (file)
@@ -17,7 +17,7 @@ public:
   void GetNumberOfClustersFound(int* numb ) const;
 
   void Exec(Option_t* option);
-  AliPHOSClusterizerv2 & operator = (const AliPHOSClusterizerv2 & rvalue)  {
+  AliPHOSClusterizerv2 & operator = (const AliPHOSClusterizerv2 & /*rvalue*/)  {
     // assignement operator requested by coding convention but not needed
     Fatal("operator =", "not implemented") ;
     return *this ;