mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Make gcc -Wall happy
This commit is contained in:
parent
bda7ca7772
commit
fd8a393086
6 changed files with 29 additions and 20 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue