[FFmpeg-cvslog] r23823 - trunk/configure
mru
subversion
Sun Jun 27 16:16:55 CEST 2010
Author: mru
Date: Sun Jun 27 16:16:54 2010
New Revision: 23823
Log:
Make implicit function declarations an error
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jun 27 16:16:46 2010 (r23822)
+++ trunk/configure Sun Jun 27 16:16:54 2010 (r23823)
@@ -2697,7 +2697,7 @@ elif enabled ccc; then
add_cflags -msg_disable unreachcode
elif enabled gcc; then
check_cflags -fno-tree-vectorize
- check_cflags -Werror=implicit
+ check_cflags -Werror=implicit-function-declaration
check_cflags -Werror=missing-prototypes
elif enabled clang; then
check_cflags -Qunused-arguments
More information about the ffmpeg-cvslog
mailing list