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:
@@ -2,6 +2,8 @@
|
||||
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
WFLAGS += -Wno-error=enum-conversion
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
|
Reference in New Issue
Block a user