diff --git a/src/build/flags_gcc.mak b/src/build/flags_gcc.mak index f3f7c36446d..bfe6ca6e122 100644 --- a/src/build/flags_gcc.mak +++ b/src/build/flags_gcc.mak @@ -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)