summaryrefslogtreecommitdiffstatshomepage
path: root/src/build/flags_gcc.mak
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/build/flags_gcc.mak
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/build/flags_gcc.mak')
-rw-r--r--src/build/flags_gcc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/flags_gcc.mak b/src/build/flags_gcc.mak
index bfe6ca6e122..12fceb32135 100644
--- a/src/build/flags_gcc.mak
+++ b/src/build/flags_gcc.mak
@@ -8,7 +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)
- CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
+ CCOMFLAGS += -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
endif
ifeq ($(findstring arm,$(UNAME)),arm)