Commit 1d6d36ba authored by michael's avatar michael

Warn about casts which remove const.

Feel free to flame me if you disagree that such code is wrong.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11699 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9e6e7052
......@@ -1784,6 +1784,7 @@ check_cflags -Wdisabled-optimization
check_cflags -Wpointer-arith
check_cflags -Wredundant-decls
check_cflags -Wno-pointer-sign
check_cflags -Wcast-qual
enabled extra_warnings && check_cflags -Winline
# 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