Ignore enum-conversion errors

This is not a very good fix, though the warnings remain.  Such errors
can in principle be a problem because in C there is no standard enum
sizing.

In this case we have two enums with the same elements and so the same
size, so it's clearly not a problem.
This commit is contained in:
Nicolas Williams
2022-01-03 16:00:45 -06:00
parent 284b29a85c
commit 6ee1554f3e
6 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
include $(top_srcdir)/Makefile.am.common
WFLAGS += -Wno-error=enum-conversion
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS += \