From d7cf1335473606428c9a1a81ac1bb5823bc77172 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 11 Jan 2011 14:04:33 +0000 Subject: silence spurious warning --- idlc/source/preproc/macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc/source/preproc/macro.c') diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c index 824a966fda84..35dc20d5204f 100644 --- a/idlc/source/preproc/macro.c +++ b/idlc/source/preproc/macro.c @@ -233,7 +233,7 @@ void expandrow(Tokenrow * trp, char *flag) { Token *tp; - Nlist *np; + Nlist *np=NULL; if (flag) setsource(flag, -1, -1, "", 0); -- cgit