diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-02-02 15:46:52 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-02-02 15:46:52 +0000 |
commit | 1bc0a44d79982863897455aecb47484f7e51e3e8 (patch) | |
tree | 98a7873e1cc39cc36dcb62a21a5cb3e978c11320 /configure | |
parent | 5f359c8d3e8b1be198d7356dea3e5d788aa12f63 (diff) | |
download | ffmpeg-1bc0a44d79982863897455aecb47484f7e51e3e8.tar.gz |
Remove -Werror= CFLAGS that do not have the desired effect.
Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1785,8 +1785,6 @@ check_cflags -Wpointer-arith check_cflags -Wredundant-decls check_cflags -Wno-pointer-sign check_cflags -Wcast-qual -check_cflags -Werror=declaration-after-statement -check_cflags -Werror=pointer-arith enabled extra_warnings && check_cflags -Winline # add some linker flags |