From: Simon Josefsson Date: Wed, 6 May 2009 07:02:30 +0000 (+0200) Subject: Fix. X-Git-Tag: gnutls_2_7_9~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb8f7d99d95f278adcdcd18920da26c5e89c3ce3;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/configure.ac b/configure.ac index dbd4357a4c..add92b6b0d 100644 --- a/configure.ac +++ b/configure.ac @@ -214,6 +214,7 @@ if test "$GCC" = "yes"; then gl_WARN_ADD([-Wno-pointer-sign]) # Too many warnings for now gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now + gl_WARN_ADD([-Wno-stack-protector]) # Some functions cannot be protected gl_WARN_ADD([-fdiagnostics-show-option]) fi