]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Compiler warnings
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Mar 2007 08:35:44 +0000 (08:35 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Mar 2007 08:35:44 +0000 (08:35 +0000)
TRD/AliTRDRawStream.cxx

index 5f5e18f66a40a1794f55096430289f52556dd4b4..47ba63e4e2d3a9021013872c82df93ab06c0fd4f 100644 (file)
@@ -1368,6 +1368,8 @@ Int_t  AliTRDRawStream::DecodeDataWordV1V2()
     
   }
 
+  return 1;
+
 }
 
 //____________________________________________________________________________
@@ -1443,4 +1445,6 @@ Int_t  AliTRDRawStream::DecodeDataWordV3()
     
   }
 
+  return 1;
+
 }