aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-04 22:06:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-04 23:33:59 +0200
commit5258f64a14713499cf84840b3ab3a1ee7cdcaeb8 (patch)
treeabb5bf1326abaf87bc22af81fde0f07a854ee308
parent3e173a14e99f350d03e1a420fa8f6d3a5e659c17 (diff)
downloadffmpeg-5258f64a14713499cf84840b3ab3a1ee7cdcaeb8.tar.gz
Disable warnings for casting pointers to integers, there is nothing wrong with that.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0bb97016c9..07e36f8e07 100755
--- a/configure
+++ b/configure
@@ -3017,6 +3017,7 @@ check_cflags -Wwrite-strings
check_cflags -Wtype-limits
check_cflags -Wundef
check_cflags -Wmissing-prototypes
+check_cflags -Wno-pointer-to-int-cast
enabled extra_warnings && check_cflags -Winline
# add some linker flags