From da4c3983b21ab483c8b5899259462b90da4a3c1d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 9 Jul 2003 19:10:47 +0000 Subject: [PATCH] Quiet spurious gcc warning --- output/outbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/outbin.c b/output/outbin.c index 25463e0..80be83c 100644 --- a/output/outbin.c +++ b/output/outbin.c @@ -199,7 +199,7 @@ static struct Section * create_section(char *name) static void bin_cleanup (int debuginfo) { struct Section *g, **gp; - struct Section *gs, **gsp; + struct Section *gs = NULL, **gsp; struct Section *s, **sp; struct Section *nobits = NULL, **nt; struct Section * last_progbits; -- 2.7.4