From 99e467e4ff5fb16ca5dbfcec54644178c52dc66a Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 27 Aug 2017 13:13:49 -0400 Subject: Revert "Silence GCC 7.x warnings when building simulator" This reverts commit b13f6e5b67abda2e466731f39d221eec2c9eb576. --- tools/configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/configure b/tools/configure index 7b3df06dcd..0db6501288 100755 --- a/tools/configure +++ b/tools/configure @@ -265,11 +265,6 @@ simcc () { # Some linux setups like to warn about unused results. They are correct, # but cleaning this up is a lot of work. GCCOPTS="$GCCOPTS -Wno-unused-result" - # GCC 7.x spits out a lot of warnings about macros containing - # defined() and fall-throughs in switch statements. Fixing all these - # is a waste of time. - GCCOPTS="$GCCOPTS -Wno-expansion-to-defined -Wimplicit-fallthrough=0" - GCCOPTIMIZE='' LDOPTS="$LDOPTS -lm" # button-sdl.c uses sqrt() sigaltstack="" -- cgit v1.2.3