1
0
Fork 0
forked from len0rd/rockbox

Revert r25861, to avoid hiding real errors

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25883 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-05-07 19:24:38 +00:00
parent 26826b5ae5
commit 6027b91603

2
tools/configure vendored
View file

@ -2835,7 +2835,7 @@ else
GCCOPTS="$GCCOPTS -Wno-pointer-sign" GCCOPTS="$GCCOPTS -Wno-pointer-sign"
fi fi
if test "$gccnum" -ge "400"; then if test "$gccnum" -ge "401"; then
# this is a lame hack to avoid "warning: dereferencing type-punned pointer # this is a lame hack to avoid "warning: dereferencing type-punned pointer
# will break strict-aliasing rules" # will break strict-aliasing rules"