It amounts to about 1/2 of the warnings generated and does not help
spotting anything useful.
---
configure | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure b/configure
index 6860004..2e22989 100755
--- a/configure
+++ b/configure
@@ -4658,13 +4658,12 @@ check_cflags -Wall
check_cflags -Wdisabled-optimization
check_cflags -Wpointer-arith
check_cflags -Wredundant-decls
-check_cflags -Wcast-qual
check_cflags -Wwrite-strings
check_cflags -Wtype-limits
check_cflags -Wundef
check_cflags -Wmissing-prototypes
check_cflags -Wstrict-prototypes
-enabled extra_warnings && check_cflags -Winline
+enabled extra_warnings && check_cflags -Winline -Wcast-qual
check_disable_warning(){
warning_flag=-W${1#-Wno-}
--
2.6.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel