260cfa2
260cfa2
Don't drop -Wall in the swig Perl bindings, otherwise building with
260cfa2
e.g. -Wformat-security might break.
260cfa2
260cfa2
https://bugzilla.redhat.com/show_bug.cgi?id=1037341
260cfa2
260cfa2
--- subversion-1.8.5/subversion/bindings/swig/perl/native/Makefile.PL.in.swigplWall
260cfa2
+++ subversion-1.8.5/subversion/bindings/swig/perl/native/Makefile.PL.in
260cfa2
@@ -54,7 +54,6 @@ my $includes = ' -I/usr/include/apr-1
260cfa2
 # SWIG is using C++ style comments in an extern "C" code.
260cfa2
 $cflags =~ s/-ansi\s+//g;
260cfa2
 $cflags =~ s/-std=c89\s+//g;
260cfa2
-$cflags =~ s/-Wall//g;
260cfa2
 $cflags =~ s/-Wunused//g;
260cfa2
 $cflags =~ s/-Wshadow//g;
260cfa2
 $cflags =~ s/-Wstrict-prototypes//g;