summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-07 16:36:55 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-07 16:36:55 +0000
commit024e216a729f996e2f1bdba90607a75e3f15db31 (patch)
tree3e0d182c6d13f34cbafca931b3ff7ccb83d1cb9b /configure
parent643ee2333bca7237104ca9f301260d8a1ba008c5 (diff)
downloadmpv-024e216a729f996e2f1bdba90607a75e3f15db31.tar.bz2
mpv-024e216a729f996e2f1bdba90607a75e3f15db31.tar.xz
Add -Wno-pointer-sign to CFLAGS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23494 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6044214828..11a142ac4d 100755
--- a/configure
+++ b/configure
@@ -2251,7 +2251,7 @@ elif test -z "$CFLAGS" ; then
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