The option became too aggressive with GCC 6, generating nearly 500 warnings from static const variables defined in assorted headers
Signed-off-by: James Almer <jamr...@gmail.com> --- Compare http://fate.ffmpeg.org/report.cgi?time=20150921041049&slot=x86_64-archlinux-gcc-experimental with http://fate.ffmpeg.org/report.cgi?time=20150923012551&slot=x86_64-archlinux-gcc-experimental configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index cdf07ae..4dcb27b 100755 --- a/configure +++ b/configure @@ -5780,6 +5780,7 @@ check_disable_warning -Wno-parentheses check_disable_warning -Wno-switch check_disable_warning -Wno-format-zero-length check_disable_warning -Wno-pointer-sign +check_disable_warning -Wno-unused-const-variable # add some linker flags check_ldflags -Wl,--warn-common -- 2.7.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel