diff options
Diffstat (limited to 'Parser/grammar.c')
-rw-r--r-- | Parser/grammar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/grammar.c b/Parser/grammar.c index 3da7d3f..51bf90e 100644 --- a/Parser/grammar.c +++ b/Parser/grammar.c @@ -159,7 +159,7 @@ findlabel(ll, type, str) } fprintf(stderr, "Label %d/'%s' not found\n", type, str); fatal("grammar.c:findlabel()"); - /*NOTREACHED*/ + return 0; /* Make gcc -Wall happy */ } /* Forward */ |