]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning cleaned
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Dec 2003 15:09:59 +0000 (15:09 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Dec 2003 15:09:59 +0000 (15:09 +0000)
ITS/AliITStrackerV2.h

index 4742c5c4ce8c80451c020a80aff4331d20ea509b..0a0076c6e1771d28700714b2f784d1df9b0ec3d0 100644 (file)
@@ -47,7 +47,7 @@ public:
   public:
     AliITSdetector(){}
     AliITSdetector(Double_t r,Double_t phi) {fR=r; fPhi=phi;}
-    void *operator new(size_t s,AliITSdetector *p) {return p;}
+    void *operator new(size_t /*s*/,AliITSdetector *p) {return p;}
     Double_t GetR()   const {return fR;}
     Double_t GetPhi() const {return fPhi;}
   private:
@@ -64,7 +64,7 @@ public:
     void ResetClusters();
     void SelectClusters(Double_t zmi,Double_t zma,Double_t ymi,Double_t yma);
     const AliITSclusterV2 *GetNextCluster(Int_t &ci);
-    void *operator new(size_t s, AliITSlayer *p) {return p;}
+    void *operator new(size_t /*s*/, AliITSlayer *p) {return p;}
     void ResetRoad();
     Double_t GetRoad() const {return fRoad;}
     Double_t GetR() const {return fR;}