mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +00:00
Pacify ./configure --enable-gcc-warnings.
* src/print-xml.c, src/print-xml.h (xml_puts): Make third argument `char const *' instead of `char *'. * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused local variable `sep'.
This commit is contained in:
@@ -491,7 +491,7 @@ print_grammar (FILE *out, int level)
|
||||
}
|
||||
|
||||
void
|
||||
xml_puts (FILE *out, int level, char *s)
|
||||
xml_puts (FILE *out, int level, char const *s)
|
||||
{
|
||||
int i;
|
||||
level *= 2;
|
||||
|
||||
Reference in New Issue
Block a user