Blame SOURCES/pidgin-2.10.11-do-not-disable-wall.patch

6ce9bd
diff --git a/configure.ac b/configure.ac
6ce9bd
index 51471b1..6b59976 100644
6ce9bd
--- a/configure.ac
6ce9bd
+++ b/configure.ac
6ce9bd
@@ -1227,11 +1227,6 @@ AC_ARG_ENABLE(fortify, [AC_HELP_STRING([--disable-fortify], [compile without FOR
6ce9bd
 
6ce9bd
 DEBUG_CFLAGS="$DEBUG_CFLAGS -DPURPLE_DISABLE_DEPRECATED -DPIDGIN_DISABLE_DEPRECATED -DFINCH_DISABLE_DEPRECATED -DGNT_DISABLE_DEPRECATED"
6ce9bd
 if test "x$GCC" = "xyes"; then
6ce9bd
-	dnl We enable -Wall later.
6ce9bd
-	dnl If it's set after the warning CFLAGS in the compiler invocation, it counteracts the -Wno... flags.
6ce9bd
-	dnl This leads to warnings we don't want.
6ce9bd
-	CFLAGS=`echo $CFLAGS |$sedpath 's/-Wall//'`
6ce9bd
-
6ce9bd
 	dnl ENABLE WARNINGS SUPPORTED BY THE VERSION OF GCC IN USE
6ce9bd
 	dnl
6ce9bd
 	dnl Future Possibilities