mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
misc: re-enable -Wshift-negative-value and -Wnonnull-compare (GCC6+)
Change-Id: I37c98da8d42fb6825b43006a549980b59d179698
This commit is contained in:
parent
6d24ff3257
commit
4cac35b603
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -4609,7 +4609,7 @@ else
|
||||||
if test "$gccnum" -ge "601"; then
|
if test "$gccnum" -ge "601"; then
|
||||||
# gcc 6 adds a lot of warnings that while useful are too time-consuming
|
# gcc 6 adds a lot of warnings that while useful are too time-consuming
|
||||||
# to clean up right away
|
# to clean up right away
|
||||||
GCCOPTS="$GCCOPTS -Wno-shift-negative-value -Wno-nonnull-compare -Wno-tautological-compare"
|
GCCOPTS="$GCCOPTS -Wno-tautological-compare"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$gccnum" -ge "700"; then
|
if test "$gccnum" -ge "700"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue