Skip to content
Snippets Groups Projects
Commit b9e928bd authored by Rene Brun's avatar Rene Brun
Browse files

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
parent 32224db1
No related branches found
No related tags found
No related merge requests found
// @(#)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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment