Commit a5ae5a72 authored by michael's avatar michael

Mixing declarations and statements is an error, so is any construct

depending on sizeof(void) (like void_ptr++)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6697ea07
...@@ -1785,6 +1785,8 @@ check_cflags -Wpointer-arith ...@@ -1785,6 +1785,8 @@ check_cflags -Wpointer-arith
check_cflags -Wredundant-decls check_cflags -Wredundant-decls
check_cflags -Wno-pointer-sign check_cflags -Wno-pointer-sign
check_cflags -Wcast-qual check_cflags -Wcast-qual
check_cflags -Werror=declaration-after-statement
check_cflags -Werror=pointer-arith
enabled extra_warnings && check_cflags -Winline enabled extra_warnings && check_cflags -Winline
# add some linker flags # add some linker flags
......
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