summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-02-20 18:53:01 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-21 08:51:18 +0100
commit1d2d1758c6f8a4ade0e3070166a6a98e82777b6e (patch)
treed2e18a47ac7509c7a6b7ad31a6b35c255941f514
parentdbab9d06dedd9d9577a31730a881e69fe6336bfe (diff)
downloadgnutls-1d2d1758c6f8a4ade0e3070166a6a98e82777b6e.tar.gz
configure: no longer use -Wframe-larger-than
We do not require a specific stack size, and there is legacy code which utilizes large stack sizes. As such remove the warnings to allow for a warning free compilation. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4cad4fa3a0..8693a02229 100644
--- a/configure.ac
+++ b/configure.ac
@@ -384,7 +384,6 @@ AC_ARG_ENABLE([gcc-warnings],
)
if test "$gl_gcc_warnings" = yes; then
- gl_WARN_ADD([-Wframe-larger-than=4096], [WSTACK_CFLAGS])
gl_WARN_ADD([-Wtype-limits], [WSTACK_CFLAGS])
nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings