forked from len0rd/rockbox
Revert "Silence GCC 7.x warnings when building simulator"
This reverts commit b13f6e5b67
.
This commit is contained in:
parent
c7f897faa4
commit
99e467e4ff
1 changed files with 0 additions and 5 deletions
5
tools/configure
vendored
5
tools/configure
vendored
|
@ -265,11 +265,6 @@ simcc () {
|
||||||
# Some linux setups like to warn about unused results. They are correct,
|
# Some linux setups like to warn about unused results. They are correct,
|
||||||
# but cleaning this up is a lot of work.
|
# but cleaning this up is a lot of work.
|
||||||
GCCOPTS="$GCCOPTS -Wno-unused-result"
|
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=''
|
GCCOPTIMIZE=''
|
||||||
LDOPTS="$LDOPTS -lm" # button-sdl.c uses sqrt()
|
LDOPTS="$LDOPTS -lm" # button-sdl.c uses sqrt()
|
||||||
sigaltstack=""
|
sigaltstack=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue