mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
build: fix some warnings
Reported by John Horigan. http://lists.gnu.org/archive/html/bug-bison/2015-01/msg00034.html * src/graphviz.c, src/symtab.h: Address compiler warnings.
This commit is contained in:
@@ -73,12 +73,12 @@ typedef enum
|
||||
declared,
|
||||
} status;
|
||||
|
||||
typedef enum code_props_type code_props_type;
|
||||
enum code_props_type
|
||||
{
|
||||
destructor = 0,
|
||||
printer = 1,
|
||||
};
|
||||
typedef enum code_props_type code_props_type;
|
||||
|
||||
enum { CODE_PROPS_SIZE = 2 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user