[MPlayer-dev-eng] [PATCH] Adding -Wno-pointer-sign to configure
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Jun 7 18:33:08 CEST 2007
Hi!
Following inlined patch adds Wno-pointer-sign to configure.
Ok?
Carl Eugen
Index: configure
===================================================================
--- configure (Revision 23492)
+++ configure (Arbeitskopie)
@@ -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
More information about the MPlayer-dev-eng
mailing list