From: hristov Date: Thu, 17 Apr 2014 11:46:37 +0000 (+0200) Subject: Fixed compilation warnings (clang) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=bbd0b65950f0ea54221ee20c3fa7dbed8f24feb7;p=u%2Fmrichter%2FAliRoot.git Fixed compilation warnings (clang) --- diff --git a/STEER/ESD/AliESDtrack.cxx b/STEER/ESD/AliESDtrack.cxx index 0fec7a01008..09bc93a4f6c 100644 --- a/STEER/ESD/AliESDtrack.cxx +++ b/STEER/ESD/AliESDtrack.cxx @@ -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; diff --git a/STEER/STEER/AliReconstruction.cxx b/STEER/STEER/AliReconstruction.cxx index 99798693bb5..c1b8bbb6c27 100644 --- a/STEER/STEER/AliReconstruction.cxx +++ b/STEER/STEER/AliReconstruction.cxx @@ -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);