]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warnings corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Oct 2008 10:13:06 +0000 (10:13 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Oct 2008 10:13:06 +0000 (10:13 +0000)
STEER/AliESDInputHandler.cxx
STEER/AliESDVZERO.cxx

index cbccc200ffc70e2e556ac68b8b544183dfd5fdf5..69634ff399198709e710319675042ef9c9181b3c 100644 (file)
@@ -176,7 +176,7 @@ Bool_t AliESDInputHandler::Notify(const char* path)
        TObjArray* arr = arch->GetMembers();
        TIter next(arr);
        
-       while (file = (TFile*) next()){
+       while ((file = (TFile*) next())) {
            name = file->GetName();
            if (strstr(name,tagPattern)) { 
                tagFilename = pathName->Data();
index cbe05a9d6386f2e94d24ce75592b4e8fd8971952..5ffa0b3a0ef6ea1500db793cdf328f234c7eba47 100644 (file)
@@ -313,7 +313,7 @@ Bool_t AliESDVZERO::GetBGFlag(Int_t i)
 }
 
 //__________________________________________________________________________
-Bool_t AliESDVZERO::OutOfRange(Int_t i, const char *s, Int_t upper) const
+Bool_t AliESDVZERO::OutOfRange(Int_t i, const char* /*s*/, Int_t upper) const
 {
   // checks if i is a valid index. s = name of calling method
   if (i > upper || i < 0) {