summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-01 16:23:55 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-04 10:17:12 +0100
commitf5f37a8422ad869191e2c11f7a49cbd79f798365 (patch)
tree085a12042e36d8a2d60ad90f80cc81dab9688c36
parentaa23adacd8b68124ef7fc055a2f05d2fb0a24220 (diff)
downloadgnutls-f5f37a8422ad869191e2c11f7a49cbd79f798365.tar.gz
configure: silence clang's warnings
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index efb0bfa9d0..6ac30523fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -342,7 +342,8 @@ if test "$gl_gcc_warnings" = yes; then
for w in $ws; do
gl_WARN_ADD([$w])
done
-
+ gl_WARN_ADD([-Wno-parentheses-equality]) # We need this one for clang warnings
+ gl_WARN_ADD([-Wno-tautological-compare]) # We need this one for clang warnings
gl_WARN_ADD([-Wno-missing-field-initializers]) # We need this one
gl_WARN_ADD([-Wno-format-y2k]) # Too many warnings for now
gl_WARN_ADD([-Wno-unused-value]) # warnings for things we don't want to get