add -Wundef compiler flag, to catch typo in #if or similar situations
Originally committed as revision 16621 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8b192330d5
commit
764551c672
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -2045,6 +2045,7 @@ check_cflags -Wno-pointer-sign
|
|||
check_cflags -Wcast-qual
|
||||
check_cflags -Wwrite-strings
|
||||
check_cflags -Wtype-limits
|
||||
check_cflags -Wundef
|
||||
enabled extra_warnings && check_cflags -Winline
|
||||
|
||||
# add some linker flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue