From 1abe30c69b492c4127cc651d44e9acb5684f3704 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Thu, 10 Dec 2009 15:18:02 +0000 Subject: [PATCH] Initialize also member isconst before it's returned (Converity) git-svn-id: http://root.cern.ch/svn/root/trunk@31806 27541ba8-7e3a-0410-8455-c3a389f83636 --- cint/cint/src/pcode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cint/cint/src/pcode.cxx b/cint/cint/src/pcode.cxx index ecc033095a2..f116e087677 100644 --- a/cint/cint/src/pcode.cxx +++ b/cint/cint/src/pcode.cxx @@ -2604,7 +2604,7 @@ int G__asm_putint(int i) **************************************************************************/ G__value G__getreserved(const char *item ,void ** /* ptr */,void ** /* ppdict */) { - G__value buf; + G__value buf = G__null; int i; G__abortbytecode(); -- GitLab