summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-09-17 11:26:22 +0000
committerDaiki Ueno <ueno@gnu.org>2020-09-17 11:26:22 +0000
commit7a1eed1befab3ea49667bdd24eabe3e5262ec77d (patch)
tree22370ee1b5c77e9c5aae6112fa227de8724314ad /configure.ac
parenta78f971d67565a98b813f3250c1a722d75b9e74a (diff)
parentddfe076d024cae619c9e4b971b7be3c1c6b37bca (diff)
downloadgnutls-7a1eed1befab3ea49667bdd24eabe3e5262ec77d.tar.gz
Merge branch 'tmp-gnulib' into 'master'
gnulib: update git submodule See merge request gnutls/gnutls!1330
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5ab834ad62..e485699f30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
# USA
-AC_PREREQ(2.63)
+AC_PREREQ(2.64)
dnl when updating version also update LT_REVISION in m4/hooks.m4
AC_INIT([GnuTLS], [3.6.14], [bugs@gnutls.org])
@@ -523,6 +523,7 @@ if test "$gl_gcc_warnings" = yes; then
nw="$nw -Wunsafe-loop-optimizations" # Warnings with no point
nw="$nw -Wredundant-decls" # Some files cannot be compiled with that (gl_fd_to_handle)
nw="$nw -Wtype-limits" # Too many warnings in gnulib macros
+ nw="$nw -Warith-conversion" # Too compiler dependent
gl_MANYWARN_ALL_GCC([ws])
gl_MANYWARN_COMPLEMENT(ws, [$ws], [$nw])