mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
Fix --enable-gcc-warnings problems.
* src/reader.c: Adjust variable names. * src/scan-code.l: Fix prototypes and adjust names. * src/named-ref.c: Remove redundant "if".
This commit is contained in:
@@ -36,7 +36,6 @@ named_ref_new (uniqstr id, location loc)
|
||||
void
|
||||
named_ref_free (named_ref *r)
|
||||
{
|
||||
if (r)
|
||||
free (r);
|
||||
free (r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user