Commit 5258f64a authored by Michael Niedermayer's avatar Michael Niedermayer

Disable warnings for casting pointers to integers, there is nothing wrong with that.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3e173a14
......@@ -3017,6 +3017,7 @@ check_cflags -Wwrite-strings
check_cflags -Wtype-limits
check_cflags -Wundef
check_cflags -Wmissing-prototypes
check_cflags -Wno-pointer-to-int-cast
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