Quiet spurious gcc warning

This commit is contained in:
H. Peter Anvin 2003-07-09 19:10:47 +00:00
parent fbf539dbd9
commit da4c3983b2

View File

@ -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;