From 1daa8d184c117e2164b36e21a6f17e4c5b92abad Mon Sep 17 00:00:00 2001 From: richterm Date: Fri, 5 Jun 2009 12:00:13 +0000 Subject: [PATCH] compilation warning corrected --- HLT/sim/AliHLTSimulation.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HLT/sim/AliHLTSimulation.cxx b/HLT/sim/AliHLTSimulation.cxx index 577813ea445..66e5d8aa04e 100644 --- a/HLT/sim/AliHLTSimulation.cxx +++ b/HLT/sim/AliHLTSimulation.cxx @@ -351,6 +351,8 @@ int AliHLTSimulationInitOCDB(AliHLTSimulation* /*pSim*/) man->SetSpecificStorage("HLT/ConfigHLT/SolenoidBz", Form("local://%s",gSystem->pwd())); man->SetSpecificStorage("HLT/ConfigHLT/esdLayout", Form("local://%s",gSystem->pwd())); } + + return 0; } extern "C" void AliHLTSimulationCompileInfo(const char*& date, const char*& time) -- 2.43.0