Mercurial > mplayer.hg
diff configure @ 23476:cf92211a1565
Add -Wno-switch to CFLAGS.
author | cehoyos |
---|---|
date | Thu, 07 Jun 2007 17:23:23 +0000 |
parents | 2f9eb2c35d01 |
children | 37ca31c6a615 |
line wrap: on
line diff
--- a/configure Thu Jun 07 17:10:37 2007 +0000 +++ b/configure Thu Jun 07 17:23:23 2007 +0000 @@ -2251,7 +2251,7 @@ elif test "$cc_vendor" != "gnu" ; then CFLAGS="-O2 $_march $_mcpu $_pipe" else - CFLAGS="-Wall -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" + CFLAGS="-Wall -Wno-switch -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" fi else _warn_CFLAGS=yes