Same rule applies to all GCC 4.8.x so on Windows as well (nw)
This commit is contained in:
parent
d9b8e1b420
commit
51f413a192
@ -8,9 +8,7 @@ endif
|
|||||||
ifeq ($(findstring 4.8.,$(TEST_GCC)),4.8.)
|
ifeq ($(findstring 4.8.,$(TEST_GCC)),4.8.)
|
||||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
|
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)
|
# 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
|
||||||
CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring arm,$(UNAME)),arm)
|
ifeq ($(findstring arm,$(UNAME)),arm)
|
||||||
|
Loading…
Reference in New Issue
Block a user