From: Nikos Mavrogiannopoulos Date: Wed, 15 Jun 2011 19:39:48 +0000 (+0200) Subject: ignore more warnings. X-Git-Tag: gnutls_2_99_3~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f0fcc3395a01e5253dd251b300fa298283aabb6;p=thirdparty%2Fgnutls.git ignore more warnings. --- diff --git a/configure.ac b/configure.ac index e16894aebb..3e8a7ff862 100644 --- a/configure.ac +++ b/configure.ac @@ -247,6 +247,7 @@ if test "$gl_gcc_warnings" = yes; then gl_WARN_ADD([-Wno-missing-field-initializers]) # We need this one gl_WARN_ADD([-Wno-sign-compare]) # Too many warnings for now gl_WARN_ADD([-Wno-pointer-sign]) # Too many warnings for now + gl_WARN_ADD([-Wno-unused-result]) # warnings for things we don't want to get 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