[Ffmpeg-cvslog] r6134 - trunk/configure
michael
subversion
Thu Aug 31 01:02:52 CEST 2006
Author: michael
Date: Thu Aug 31 01:02:52 2006
New Revision: 6134
Modified:
trunk/configure
Log:
print warnings if
gcc ignores inline directives
pointer arithmetic with void pointers
...
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 31 01:02:52 2006
@@ -1469,6 +1469,10 @@
check_cflags -Wdeclaration-after-statement
check_cflags -Wall
check_cflags -Wno-switch
+check_cflags -Wdisabled-optimization
+check_cflags -Wpointer-arith
+check_cflags -Wredundant-decls
+check_cflags -Winline
# add some linker flags
check_ldflags '-Wl,--as-needed' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavformat' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
More information about the ffmpeg-cvslog
mailing list