Commit 840fbac5 authored by aurel's avatar aurel

add -Wundef compiler flag, to catch typo in #if or similar situations

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16621 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8e3c4ec7
...@@ -2045,6 +2045,7 @@ check_cflags -Wno-pointer-sign ...@@ -2045,6 +2045,7 @@ check_cflags -Wno-pointer-sign
check_cflags -Wcast-qual check_cflags -Wcast-qual
check_cflags -Wwrite-strings check_cflags -Wwrite-strings
check_cflags -Wtype-limits check_cflags -Wtype-limits
check_cflags -Wundef
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