[FFmpeg-cvslog] r22276 - trunk/configure

mru subversion
Sun Mar 7 07:53:12 CET 2010


Author: mru
Date: Sun Mar  7 07:53:12 2010
New Revision: 22276

Log:
Use -Werror=implicit only with gcc

Some other compilers turn too many warnings into errors with this flag.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Mar  7 07:03:45 2010	(r22275)
+++ trunk/configure	Sun Mar  7 07:53:12 2010	(r22276)
@@ -2705,7 +2705,6 @@ check_cflags -Wwrite-strings
 check_cflags -Wtype-limits
 check_cflags -Wundef
 check_cflags -Wmissing-prototypes
-check_cflags -Werror=implicit
 enabled extra_warnings && check_cflags -Winline
 
 # add some linker flags
@@ -2752,6 +2751,7 @@ elif enabled ccc; then
     add_cflags -msg_disable unreachcode
 elif enabled gcc; then
     check_cflags -fno-tree-vectorize
+    check_cflags -Werror=implicit
 elif enabled clang; then
     check_cflags -Qunused-arguments
 elif enabled armcc; then



More information about the ffmpeg-cvslog mailing list