]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/sim/AliHLTSimulation.cxx
adding parentheses following gcc 4.3 suggestion
[u/mrichter/AliRoot.git] / HLT / sim / AliHLTSimulation.cxx
index 3b7f0e8896032c53ff21141dce94e33bbaa6a5f7..a5304a05e3e86162938de631716c19cbb814fd3c 100644 (file)
@@ -127,7 +127,7 @@ int AliHLTSimulation::Init(AliRunLoader* pRunLoader, const char* options)
        if (fpRawReader) {
            fpRawReader->RewindEvents();
            int count=0;
-           for ( ; fpRawReader->NextEvent(); count++);
+           for ( ; fpRawReader->NextEvent(); count++) {/* empty body */};
            if (count!=pRunLoader->GetNumberOfEvents()) {
              AliError(Form("mismatch in event count: runloader %d, rawreader %d; ignoring rawreader", 
                            pRunLoader->GetNumberOfEvents(), count));