]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correcting compilation warnings, enable keyword substitution
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Aug 2010 08:41:44 +0000 (08:41 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Aug 2010 08:41:44 +0000 (08:41 +0000)
HLT/TPCLib/AliHLTTPCDataCheckerComponent.cxx
HLT/TPCLib/AliHLTTPCDataCheckerComponent.h

index 059847aaee390daea6470f7c3cec3b2ddb0ff71d..9b47f4f1f927937374b251a39d5daf53616a8910 100644 (file)
@@ -1,4 +1,4 @@
-// $Id$
+// $Id$
 /**************************************************************************
  * This file is property of and copyright by the ALICE HLT Project        *
  * ALICE Experiment at CERN, All rights reserved.                         *
@@ -210,10 +210,10 @@ Int_t AliHLTTPCDataCheckerComponent::DoDeinit()
 int AliHLTTPCDataCheckerComponent::DoEvent(
                const AliHLTComponentEventData& evtData,
                const AliHLTComponentBlockData* blocks, 
-               AliHLTComponentTriggerData& trigData,
-               AliHLTUInt8_t* outputPtr
+               AliHLTComponentTriggerData& /*trigData*/,
+               AliHLTUInt8_t* /*outputPtr*/
                AliHLTUInt32_t& size,
-               AliHLTComponentBlockDataList& outputBlocks
+               AliHLTComponentBlockDataList& /*outputBlocks*/
        )
 {
        // Check all the input data blocks.
index ba4737dd89aaa769ac9aea87f99d93ec20075ac3..3e94992a65c42b70321d2a1e2e3cf8876caa7079 100644 (file)
@@ -1,5 +1,5 @@
 //-*- Mode: C++ -*-
-// $Id$
+// $Id$
 #ifndef ALIHLTTPCDATACHECKERCOMPONENT_H
 #define ALIHLTTPCDATACHECKERCOMPONENT_H
 /* This file is property of and copyright by the ALICE HLT Project        *