]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix warnings
authorjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Mar 2010 23:18:16 +0000 (23:18 +0000)
committerjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Mar 2010 23:18:16 +0000 (23:18 +0000)
EVE/EveHLT/AliEveHOMERManager.cxx
EVE/alieve_main/alihlteve_main.cxx

index 859c8a88626e8b3159eb31d455e3bd23fe6c23ef..68d0522c1788b3eeb99d6d42cf6ad2ae53bdbba8 100644 (file)
@@ -290,7 +290,7 @@ Int_t AliEveHOMERManager::ConnectEVEtoHOMER( TString detector ) {
 
 
 //##################################################################################
-Int_t AliEveHOMERManager::ReConnectHOMER( TString detector ){
+Int_t AliEveHOMERManager::ReConnectHOMER( TString /*detector*/ ){
   // see header file for class documentation
   
   Int_t iResult = 0;
index 556094b016f95e588b4874420bf933ada16614c3..b220cc32fcaa93c762f10845d7d92be162c9eb8f 100644 (file)
@@ -65,7 +65,8 @@ int main(int argc, char **argv)
   gROOT->SetMacroPath(macPath);
 
   // get a logger instance
-  AliLog *log = AliLog::GetRootLogger();
+  //  AliLog *log =  // JMT to fix warning
+  AliLog::GetRootLogger();
   TRint  *app = new TRint("App", &argc, argv);
 
 #if ROOT_VERSION_CODE >= ROOT_VERSION(5,25,4) || defined XXX_LATEST_ROOT