]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed warning message in compilation
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jan 2010 16:54:09 +0000 (16:54 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jan 2010 16:54:09 +0000 (16:54 +0000)
TOF/AliTOFFEEDump.cxx

index 125c2b60109bb0f5f573256324a968b8410dc46d..a1c489b51d9db6c8451599723ffd286dccd7b226 100644 (file)
@@ -157,7 +157,7 @@ AliTOFFEEDump::DumpData() {
   printf("*** TOF FEE dump data ***\n");
   printf("data size = %d bytes\n", fSize);
   printf("*************************\n");
-  UInt_t nwords = fSize / 4;
+  Int_t nwords = fSize / 4;
   UInt_t *data = (UInt_t *)fData;
   for (Int_t iword = 0; iword < nwords; iword++) {
     if (iword != 0 && iword % 4 == 0) printf("\n");