Mercurial > mplayer.hg
changeset 23474:77358493cd6b
Add -Wno-pointer-sign to CFLAGS
author | cehoyos |
---|---|
date | Thu, 07 Jun 2007 16:36:55 +0000 |
parents | 930a757b9bc0 |
children | 2f9eb2c35d01 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jun 07 16:23:49 2007 +0000 +++ b/configure Thu Jun 07 16:36:55 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-pointer-sign -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" fi else _warn_CFLAGS=yes