Commit 140ea548 authored by mru's avatar mru

add -Wno-pointer-sign to CFLAGS


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7713 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 76bd5af1
......@@ -1776,6 +1776,7 @@ check_cflags -Wno-switch
check_cflags -Wdisabled-optimization
check_cflags -Wpointer-arith
check_cflags -Wredundant-decls
check_cflags -Wno-pointer-sign
enabled extrawarnings && 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