From 797880366cb445ff35e7533ec45762c7f89c08eb Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Mon, 23 Jul 2018 14:03:14 +0200
Subject: [PATCH] * Fixing last warning with clang

---
 NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc b/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc
index 5f373ac8f..17ae2b062 100644
--- a/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc
+++ b/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc
@@ -15,8 +15,9 @@ using namespace GETAMUSCORERS;
 
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-PS_GeTAMU::PS_GeTAMU(G4String name,G4int Level,G4int depth)
-  :G4VPrimitiveScorer(name, depth),HCID(-1){
+PS_GeTAMU::PS_GeTAMU(G4String name,G4int ,G4int depth)
+  :G4VPrimitiveScorer(name, depth){
+  HCID=-1;
 	m_Position = G4ThreeVector(-1000,-1000,-1000);
   m_LocalPosition = G4ThreeVector(-1000,-1000,-1000);
 	m_CloverNumber  = -1;
-- 
GitLab