Previous 199869 Revisions Next

r32032 Tuesday 9th September, 2014 at 19:10:56 UTC by Oliver Stöneberg
removed -Wno-strict-overflow for GCC 4.8 as well (nw)
[src/build]flags_gcc.mak

trunk/src/build/flags_gcc.mak
r32031r32032
88ifeq ($(findstring 4.8.,$(TEST_GCC)),4.8.)
99   CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
1010   # array bounds checking seems to be buggy in 4.8.1 (try it on video/stvvdp1.c and video/model1.c without -Wno-array-bounds)
11   CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
11   CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds
1212endif
1313
1414ifeq ($(findstring 4.9.,$(TEST_GCC)),4.9.)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team