Commit b2acf90e authored by michael's avatar michael

print warnings if

gcc ignores inline directives
pointer arithmetic with void pointers
...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6134 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bb9210e0
......@@ -1469,6 +1469,10 @@ enabled debug && add_cflags -g
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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment