[FFmpeg-cvslog] Disable warnings for casting pointers to integers, there is nothing wrong with that.

Michael Niedermayer git at videolan.org
Wed May 4 23:36:20 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed May  4 22:06:41 2011 +0200| [5258f64a14713499cf84840b3ab3a1ee7cdcaeb8] | committer: Michael Niedermayer

Disable warnings for casting pointers to integers, there is nothing wrong with that.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5258f64a14713499cf84840b3ab3a1ee7cdcaeb8
---

 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 0bb9701..07e36f8 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



More information about the ffmpeg-cvslog mailing list