summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-08-18 08:01:50 +0000
committerDaiki Ueno <ueno@gnu.org>2020-08-18 08:01:50 +0000
commit4664a91156ae1b7567511ffcfc965b4e1ca52f37 (patch)
tree6ca5e4661568fb5adec6209175de16cc40276498 /configure.ac
parent64f347bccd94c66a5948d68c2707f8424e9d2720 (diff)
parent159e94c07a629a96db32af33048f855f97858776 (diff)
downloadgnutls-4664a91156ae1b7567511ffcfc965b4e1ca52f37.tar.gz
Merge branch 'tmp-type-limits' into 'master'
minitasn1: move WARN_CFLAGS setting to configure.ac Closes #1022 See merge request gnutls/gnutls!1307
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index feef89dd76..5ab834ad62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -522,6 +522,7 @@ if test "$gl_gcc_warnings" = yes; then
nw="$nw -Wstack-protector" # Some functions cannot be protected
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
gl_MANYWARN_ALL_GCC([ws])
gl_MANYWARN_COMPLEMENT(ws, [$ws], [$nw])