[FFmpeg-cvslog] r11798 - trunk/configure
michael
subversion
Fri Feb 1 19:45:26 CET 2008
Author: michael
Date: Fri Feb 1 19:45:26 2008
New Revision: 11798
Log:
Mixing declarations and statements is an error, so is any construct
depending on sizeof(void) (like void_ptr++)
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Feb 1 19:45:26 2008
@@ -1785,6 +1785,8 @@ check_cflags -Wpointer-arith
check_cflags -Wredundant-decls
check_cflags -Wno-pointer-sign
check_cflags -Wcast-qual
+check_cflags -Werror=declaration-after-statement
+check_cflags -Werror=pointer-arith
enabled extra_warnings && check_cflags -Winline
# add some linker flags
More information about the ffmpeg-cvslog
mailing list