From: Nikos Mavrogiannopoulos Date: Sun, 8 Jan 2012 14:30:11 +0000 (+0100) Subject: more gcc warnings to ignore X-Git-Tag: gnutls-3_0_12~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3eece98521d1965bd260b5f4a4e38835b01a9d35;p=thirdparty%2Fgnutls.git more gcc warnings to ignore --- diff --git a/configure.ac b/configure.ac index 78eb97597b..56b2ada266 100644 --- a/configure.ac +++ b/configure.ac @@ -276,7 +276,12 @@ 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-format-y2k]) # Too many warnings for now + gl_WARN_ADD([-Wno-suggest-attribute=pure]) # Too many warnings for now + gl_WARN_ADD([-Wno-suggest-attribute=const]) # Too many warnings for now + gl_WARN_ADD([-Wno-suggest-attribute=noreturn]) # Too many warnings for now gl_WARN_ADD([-Wno-pointer-sign]) # Too many warnings for now + gl_WARN_ADD([-Wno-unused-value]) # warnings for things we don't want to get 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