diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-11 14:04:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-11 14:04:33 +0000 |
commit | d7cf1335473606428c9a1a81ac1bb5823bc77172 (patch) | |
tree | 88bba94a167490b87598860f8df9331fb73ad965 /idlc | |
parent | 28a8964dbd3c0b2783bd2474ce4ad48bfeb2e34b (diff) |
silence spurious warning
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |