From c9a7e94bab43265ba2417e68d59673fb8186e059 Mon Sep 17 00:00:00 2001 From: gconesab Date: Tue, 10 Jun 2014 22:15:56 +0200 Subject: [PATCH] coverity 23301, not real bug but avoid future complains --- EMCAL/AliEMCALRecoUtils.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/EMCAL/AliEMCALRecoUtils.cxx b/EMCAL/AliEMCALRecoUtils.cxx index 705746eb818..6268bc56ce4 100644 --- a/EMCAL/AliEMCALRecoUtils.cxx +++ b/EMCAL/AliEMCALRecoUtils.cxx @@ -377,6 +377,7 @@ Bool_t AliEMCALRecoUtils::CheckCellFiducialRegion(const AliEMCALGeometry* geom, if (iSM < 0 || iphi < 0 || ieta < 0 ) { AliFatal(Form("Negative value for super module: %d, or cell ieta: %d, or cell iphi: %d, check EMCAL geometry name\n", iSM,ieta,iphi)); + return kFALSE; // trick coverity } //Check rows/phi -- 2.43.0