mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Quiet spurious gcc warning
This commit is contained in:
parent
fbf539dbd9
commit
da4c3983b2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user