Commit 86e2c26e authored by diego's avatar diego

Add -Wmissing-prototypes to CFLAGS if available.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22009 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent baf402d9
...@@ -2699,6 +2699,7 @@ check_cflags -Wcast-qual ...@@ -2699,6 +2699,7 @@ check_cflags -Wcast-qual
check_cflags -Wwrite-strings check_cflags -Wwrite-strings
check_cflags -Wtype-limits check_cflags -Wtype-limits
check_cflags -Wundef check_cflags -Wundef
check_cflags -Wmissing-prototypes
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