From 5258f64a14713499cf84840b3ab3a1ee7cdcaeb8 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
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
 <michaelni@gmx.at>

---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 0bb97016c90..07e36f8e07c 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
-- 
GitLab