diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-02-20 18:53:01 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-02-20 18:53:04 +0100 |
commit | 25e26c5527aadb311db72e70cb646439840ce1e7 (patch) | |
tree | ae41e45eeb8d8f4dda8d5c410eb2834cfd80fd68 /configure.ac | |
parent | ee7bcb4d288eb76c8d6beae186e7e91055fbc84c (diff) | |
download | gnutls-25e26c5527aadb311db72e70cb646439840ce1e7.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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3540c80477..9868f8636e 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 |