[FFmpeg-cvslog] r11699 - trunk/configure

michael subversion
Fri Feb 1 02:31:49 CET 2008


Author: michael
Date: Fri Feb  1 02:31:49 2008
New Revision: 11699

Log:
Warn about casts which remove const.
Feel free to flame me if you disagree that such code is wrong.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Feb  1 02:31:49 2008
@@ -1784,6 +1784,7 @@ check_cflags -Wdisabled-optimization
 check_cflags -Wpointer-arith
 check_cflags -Wredundant-decls
 check_cflags -Wno-pointer-sign
+check_cflags -Wcast-qual
 enabled extra_warnings && check_cflags -Winline
 
 # add some linker flags




More information about the ffmpeg-cvslog mailing list