]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpLocalBoard.cxx
Removing gcc 4.3 warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpLocalBoard.cxx
index eed7177e3cceba2cc7bf7e971cd22eefbf4b9c39..c3efaa88756d1223f217465f67e1829b98eed796 100644 (file)
@@ -173,7 +173,7 @@ Int_t  AliMpLocalBoard::GetSwitch(Int_t index) const
        AliWarning("Switch index too large");
         return -1;
     }
-    return  (fSwitch >> 9-index) & 0x1;
+    return  (fSwitch >> (9-index)) & 0x1;
 }
 
 //______________________________________________________________________________