Same rule applies to all GCC 4.8.x so on Windows as well (nw)

This commit is contained in:
Miodrag Milanovic 2014-03-30 13:59:10 +00:00
parent d9b8e1b420
commit 51f413a192

View File

@ -8,9 +8,7 @@ endif
ifeq ($(findstring 4.8.,$(TEST_GCC)),4.8.)
CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
# 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)
ifeq ($(OSD),sdl)
CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
endif
CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
endif
ifeq ($(findstring arm,$(UNAME)),arm)