]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Getting rid of warnings about unused parameter.
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Oct 2007 17:18:48 +0000 (17:18 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Oct 2007 17:18:48 +0000 (17:18 +0000)
HLT/MUON/utils/dHLTdumpraw.cxx

index 58047f7cd84ab2a5da241f95a376c995f9f728e1..4b03a79e550a36fc6182114863276ed6b21a8f17 100644 (file)
@@ -141,7 +141,7 @@ int CheckField(
 
 template <typename BlockType>
 int CheckCommonHeader(
-               BlockType& block, const char* buffer, unsigned long bufferSize,
+               BlockType& block, const char* /*buffer*/, unsigned long bufferSize,
                bool continueParse
        )
 {