You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/11/27 19:03:21 UTC

svn commit: r1816494 - /santuario/xml-security-cpp/trunk/configure.ac

Author: scantor
Date: Mon Nov 27 19:03:21 2017
New Revision: 1816494

URL: http://svn.apache.org/viewvc?rev=1816494&view=rev
Log:
Revert strict-overflow check due to older compilers.

Modified:
    santuario/xml-security-cpp/trunk/configure.ac

Modified: santuario/xml-security-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/configure.ac?rev=1816494&r1=1816493&r2=1816494&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/configure.ac (original)
+++ santuario/xml-security-cpp/trunk/configure.ac Mon Nov 27 19:03:21 2017
@@ -55,8 +55,8 @@ AC_PROG_AWK
 AC_CHECK_PROG(AUTOCONF, autoconf, autoconf, true)
 
 if test "$GCC" = "yes" ; then
-    CFLAGS="-Wall -Wstrict-overflow=5 $GCC_CFLAGS"
-    CXXFLAGS="-Wall -Wstrict-overflow=5 $GCC_CXXFLAGS"
+    CFLAGS="-Wall $GCC_CFLAGS"
+    CXXFLAGS="-Wall $GCC_CXXFLAGS"
 fi
 
 # pthreads