From b9e928bd1897ffd0ada3be5af4dce9899a5f8e5b Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Fri, 20 Jan 2006 17:39:53 +0000
Subject: [PATCH] Remove compiler Warning:  `void*obj' might be used  
 uninitialized in this function at line 211

git-svn-id: http://root.cern.ch/svn/root/trunk@13880 27541ba8-7e3a-0410-8455-c3a389f83636
---
 cintex/src/CINTFunctional.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cintex/src/CINTFunctional.cxx b/cintex/src/CINTFunctional.cxx
index a0f699ebfea..9a1f94444a4 100644
--- a/cintex/src/CINTFunctional.cxx
+++ b/cintex/src/CINTFunctional.cxx
@@ -1,4 +1,4 @@
-// @(#)root/cintex:$Name:  $:$Id: CINTFunctional.cxx,v 1.10 2006/01/16 17:13:06 roiser Exp $
+// @(#)root/cintex:$Name:  $:$Id: CINTFunctional.cxx,v 1.11 2006/01/20 17:21:18 roiser Exp $
 // Author: Pere Mato 2005
 
 // Copyright CERN, CH-1211 Geneva 23, 2004-2005, All rights reserved.
@@ -208,7 +208,7 @@ int Constructor_stub_with_context(StubContext* context,
   if ( !context->fInitialized ) context->Initialize();
   context->ProcessParam(libp);
   
-  void* obj;
+  void* obj=0;
 
   // Catch here everything since going through the adaptor in the data section
   // does not transmit the exception 
-- 
GitLab