]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed compilation warnings (clang)
authorhristov <Peter.Hristov@cern.ch>
Thu, 17 Apr 2014 11:46:37 +0000 (13:46 +0200)
committerhristov <Peter.Hristov@cern.ch>
Thu, 17 Apr 2014 11:46:37 +0000 (13:46 +0200)
STEER/ESD/AliESDtrack.cxx
STEER/STEER/AliReconstruction.cxx

index 0fec7a01008a8e51bf665d4a9bd3a1f07abc0dcf..09bc93a4f6c1c86c0b183b3ee872f930386e6d11 100644 (file)
@@ -2969,7 +2969,7 @@ Double_t AliESDtrack::GetMassForTracking() const
 }
 
 
-void    AliESDtrack::SetTOFclusterArray(Int_t ncluster,Int_t *TOFcluster){
+void    AliESDtrack::SetTOFclusterArray(Int_t /*ncluster*/,Int_t */*TOFcluster*/){
   AliInfo("Method has to be implemented!");
 //   fNtofClusters=ncluster;
 //   if(TOFcluster == fTOFcluster) return;
index 99798693bb5fbd89cca87d6b46a1b0abb2c02d95..c1b8bbb6c27aac4b88a7b1a04a2cf035fa46a9b0 100644 (file)
@@ -1975,9 +1975,9 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent)
   static Long_t oldMres=0;
   static Long_t oldMvir=0;
   static Float_t oldCPU=0;
-  static Long_t aveDMres=0;
-  static Long_t aveDMvir=0;
-  static Float_t aveDCPU=0;
+  // static Long_t aveDMres=0;
+  // static Long_t aveDMvir=0;
+  // static Float_t aveDCPU=0;
 
   AliCodeTimerAuto("",0);