mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
* data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
unused variables. * src/output.c (merger_output): static.
This commit is contained in:
@@ -660,7 +660,7 @@ actions_output (FILE *out)
|
||||
| Output the merge functions to OUT. |
|
||||
`--------------------------------------*/
|
||||
|
||||
void
|
||||
static void
|
||||
merger_output (FILE *out)
|
||||
{
|
||||
int n;
|
||||
|
||||
Reference in New Issue
Block a user