From 5258f64a14713499cf84840b3ab3a1ee7cdcaeb8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 4 May 2011 22:06:41 +0200 Subject: [PATCH] Disable warnings for casting pointers to integers, there is nothing wrong with that. Signed-off-by: Michael Niedermayer --- configure | 1 + 1 file changed, 1 insertion(+) 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