Skip to content
Snippets Groups Projects
Commit cc1fb623 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

add -Wno-pointer-sign to CFLAGS

Originally committed as revision 7713 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e867d9b9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment