[FFmpeg-cvslog] r11835 - trunk/configure

michael subversion
Sun Feb 3 22:33:26 CET 2008


Author: michael
Date: Sun Feb  3 22:33:26 2008
New Revision: 11835

Log:
Make string constants const. Why is this not default?


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Feb  3 22:33:26 2008
@@ -1785,6 +1785,7 @@ check_cflags -Wpointer-arith
 check_cflags -Wredundant-decls
 check_cflags -Wno-pointer-sign
 check_cflags -Wcast-qual
+check_cflags -Wwrite-strings
 enabled extra_warnings && check_cflags -Winline
 
 # add some linker flags




More information about the ffmpeg-cvslog mailing list