mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Make it compile on 4.9.x (nw)
This commit is contained in:
parent
c686a4621e
commit
08da5835ef
@ -13,6 +13,7 @@ endif
|
||||
|
||||
ifeq ($(findstring 4.9.,$(TEST_GCC)),4.9.)
|
||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
|
||||
CCOMFLAGS += -Wno-array-bounds -Wno-strict-overflow
|
||||
endif
|
||||
|
||||
ifeq ($(findstring arm,$(UNAME)),arm)
|
||||
|
Loading…
Reference in New Issue
Block a user