Previous 199869 Revisions Next

r31876 Tuesday 2nd September, 2014 at 13:42:52 UTC by Miodrag Milanović
Make it compile on 4.9.x (nw)
[src/build]flags_gcc.mak

trunk/src/build/flags_gcc.mak
r31875r31876
1313
1414ifeq ($(findstring 4.9.,$(TEST_GCC)),4.9.)
1515   CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
16   CCOMFLAGS += -Wno-array-bounds -Wno-strict-overflow
1617endif
1718
1819ifeq ($(findstring arm,$(UNAME)),arm)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team