There was an error while loading. Please reload this page.
1 parent 0ff6d35 commit 0e33a88Copy full SHA for 0e33a88
1 file changed
Detectors/TOF/base/src/Utils.cxx
@@ -331,7 +331,8 @@ int Utils::extractNewTimeSlewing(const o2::dataformats::CalibTimeSlewingParamTOF
331
332
mTreeFit = new TChain("treeCollectedCalibInfo", "treeCollectedCalibInfo");
333
334
- system("ls *collTOF*.root >listaCal"); // create list of calibInfo accumulated
+ auto retval = system("ls *collTOF*.root >listaCal"); // create list of calibInfo accumulated
335
+ (void)retval;
336
FILE* f = fopen("listaCal", "r");
337
338
if (!f) { // no inputs -> return
0 commit comments