mirror of
https://github.com/holub/mame
synced 2025-06-22 12:28:33 +03:00
added GCC 4.9 handling to build/flags_gcc.mak now it has been released (nw)
This commit is contained in:
parent
ef5fa52474
commit
71282cd78d
@ -11,6 +11,10 @@ ifeq ($(findstring 4.8.,$(TEST_GCC)),4.8.)
|
||||
CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
|
||||
endif
|
||||
|
||||
ifeq ($(findstring 4.9.,$(TEST_GCC)),4.9.)
|
||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
|
||||
endif
|
||||
|
||||
ifeq ($(findstring arm,$(UNAME)),arm)
|
||||
CCOMFLAGS += -Wno-cast-align
|
||||
endif
|
Loading…
Reference in New Issue
Block a user