[Libreoffice-commits] .: idlc/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 11 09:05:25 PST 2011


 idlc/source/preproc/macro.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6442218fc7da9ed51e86a41f4834c6e7d7262976
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 11 14:04:33 2011 +0000

    silence spurious warning

diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c
index 54c0268..c4e4d2d 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);


More information about the Libreoffice-commits mailing list