From 24e270ad6fbc43c4d7fd62c572a073c085c6ba8d Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 13 Jun 2006 09:41:21 +0000 Subject: [PATCH] Fixing warnings which are treated as errors --- ITS/AliITSInitGeometry.cxx | 4 ++-- ITS/AliITSgeomSPD.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ITS/AliITSInitGeometry.cxx b/ITS/AliITSInitGeometry.cxx index 124faee9f46..e02ba52152b 100644 --- a/ITS/AliITSInitGeometry.cxx +++ b/ITS/AliITSInitGeometry.cxx @@ -184,7 +184,7 @@ Bool_t AliITSInitGeometry::InitAliITSgeomPPRasymmFMD(AliITSgeom *geom){ TString path,shapeName; TGeoHMatrix materix; Bool_t initSeg[3]={kFALSE,kFALSE,kFALSE}; - TStopwatch *time;if(fTiming) time=new TStopwatch(); + TStopwatch *time = 0x0;if(fTiming) time=new TStopwatch(); if(fTiming) time->Start(); for(mod=0;mod