Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 44464fcb6bfdea5ff02890337625fbbd > files > 1

stringencoders-3.10.3-1.mga3.src.rpm

Title: Avoid compiler stop for warning
DEP: 3
Last-Update: 2012-10-25
Author: Lennart Weller <lhw@ring0.de>
Forwarded: not-needed
Abstract:
 The current release fails to compile with a single warning of an unused
 variable in a test.


diff --git a/configure.ac b/configure.ac
index 769470c..4455c70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ B64WCHARS="-_."
 AC_ARG_WITH([b64wchars], AC_HELP_STRING([--with-b64wchars=3CHARS],[change b64 web extra chars, default is '-_.']),
           [B64WCHARS=$withval], [])
 
-EXTRACFLAGS="-Isrc -Wall -Werror"
+EXTRACFLAGS="-Isrc -Wall"
 
 if test "x$enable_gcov" = "xyes";
 then