diff options
author | Måns Rullgård <mans@mansr.com> | 2007-01-25 21:07:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-01-25 21:07:12 +0000 |
commit | cc1fb6238bc0602e65fc3a5b3bf54cda916d47fc (patch) | |
tree | 31861a31130bc7473253b70fd0a55fd059cb4595 /configure | |
parent | e867d9b9c0291335c1e78c0240f097cf97a64cfd (diff) | |
download | ffmpeg-cc1fb6238bc0602e65fc3a5b3bf54cda916d47fc.tar.gz |
add -Wno-pointer-sign to CFLAGS
Originally committed as revision 7713 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |