X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSJet.h;fp=PHOS%2FAliPHOSJet.h;h=cce0a01c18e6fe9d6ed0fc3e379f8041cff657c5;hb=8c14029282abb72e3174748ac8e578fbc459ce17;hp=8bd9f63cdbb6c8cfa785d98d2b9dea0914008fc2;hpb=a49cf58f2a7b6d9c3def97fa62864078ed30eea9;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSJet.h b/PHOS/AliPHOSJet.h index 8bd9f63cdbb..cce0a01c18e 100644 --- a/PHOS/AliPHOSJet.h +++ b/PHOS/AliPHOSJet.h @@ -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 ; }