]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixing warnings
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 8 Aug 2010 22:08:18 +0000 (22:08 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 8 Aug 2010 22:08:18 +0000 (22:08 +0000)
HLT/SampleLib/AliHLTSampleMonitoringComponent.cxx

index 789d6775a52929b7110b04a89b179d15edb03b82..6d10362c7b234e75dfca93107c4f3c321364ea95 100644 (file)
@@ -231,10 +231,14 @@ int AliHLTSampleMonitoringComponent::Reconfigure(const char* cdbEntry, const cha
   // see header file for class documentation
   int iResult=0;
   const char* path=NULL;
+#ifdef __DEBUG
   const char* defaultNotify="";
+#endif
   if (cdbEntry) {
     path=cdbEntry;
+#ifdef __DEBUG
     defaultNotify=" (default)";
+#endif
   }
   if (path) {
     AliCDBEntry *pEntry = AliCDBManager::Instance()->Get(path/*,GetRunNo()*/);