From: richterm Date: Tue, 31 Aug 2010 11:16:41 +0000 (+0000) Subject: correcting compilation warning X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=9faa798a82654c67c924d44b5b2a2221d498d801;p=u%2Fmrichter%2FAliRoot.git correcting compilation warning --- diff --git a/HLT/SampleLib/AliHLTSampleRawAnalysisComponent.cxx b/HLT/SampleLib/AliHLTSampleRawAnalysisComponent.cxx index 3da3bb2e416..31a6092c116 100644 --- a/HLT/SampleLib/AliHLTSampleRawAnalysisComponent.cxx +++ b/HLT/SampleLib/AliHLTSampleRawAnalysisComponent.cxx @@ -225,7 +225,7 @@ int AliHLTSampleRawAnalysisComponent::DoEvent(const AliHLTComponentEventData& /* pBlock=GetNextInputBlock()) { // extract DDL id from specification int ddlnum=-1; - for (int pos=0; pos<8*sizeof(AliHLTUInt32_t); pos++) { + for (unsigned pos=0; pos<8*sizeof(AliHLTUInt32_t); pos++) { if (pBlock->fSpecification & (0x1<=0) { // this is just an example, please avoid warnings in every event since those will