From 1bc0a44d79982863897455aecb47484f7e51e3e8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 2 Feb 2008 15:46:52 +0000 Subject: [PATCH] Remove -Werror= CFLAGS that do not have the desired effect. Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index dda6fab3ef6..a17bc8445ef 100755 --- a/configure +++ b/configure @@ -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 -- 2.39.2