[Ffmpeg-cvslog] r7713 - trunk/configure

mru subversion
Thu Jan 25 22:07:12 CET 2007


Author: mru
Date: Thu Jan 25 22:07:12 2007
New Revision: 7713

Modified:
   trunk/configure

Log:
add -Wno-pointer-sign to CFLAGS


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jan 25 22:07:12 2007
@@ -1776,6 +1776,7 @@
 check_cflags -Wdisabled-optimization
 check_cflags -Wpointer-arith
 check_cflags -Wredundant-decls
+check_cflags -Wno-pointer-sign
 enabled extrawarnings && check_cflags -Winline
 
 # add some linker flags




More information about the ffmpeg-cvslog mailing list