projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf539d
)
Quiet spurious gcc warning
author
H. Peter Anvin
<hpa@zytor.com>
Wed, 9 Jul 2003 19:10:47 +0000
(19:10 +0000)
committer
H. Peter Anvin
<hpa@zytor.com>
Wed, 9 Jul 2003 19:10:47 +0000
(19:10 +0000)
output/outbin.c
patch
|
blob
|
history
diff --git
a/output/outbin.c
b/output/outbin.c
index
25463e0
..
80be83c
100644
(file)
--- 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;