]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix compilation warnings
authorcholm <Christian.Holm.Christensen@cern.ch>
Fri, 1 Aug 2014 11:44:21 +0000 (13:44 +0200)
committercholm <Christian.Holm.Christensen@cern.ch>
Fri, 1 Aug 2014 11:44:21 +0000 (13:44 +0200)
PWGLF/FORWARD/analysis2/AliForwardMultDists.cxx

index a791c24974a650abdafcfd3b90f30315f6cf3fd9..002dc82be53bd35a7fdd616e2d1fb4b22e3af922 100644 (file)
@@ -51,6 +51,7 @@ namespace {
     }
     return 1;
   }
+#if 0
   /** 
    * Get the marker option bits from a ROOT style 
    * 
@@ -76,6 +77,7 @@ namespace {
     }
     return bits;
   }
+#endif 
   static Int_t GetIndexMarker(Int_t idx)
   {
     const UShort_t nMarkers = 7;
@@ -91,6 +93,7 @@ namespace {
 
     return markers[idx % nMarkers];
   }
+#if 0
   /** 
    * Flip the 'hollow-ness' of a marker 
    * 
@@ -104,6 +107,7 @@ namespace {
     Int_t    ret  = GetMarkerStyle(bits ^ kHollow);
     return ret;
   }
+#endif
 }
 
 //====================================================================