From f5f37a8422ad869191e2c11f7a49cbd79f798365 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 1 Mar 2016 16:23:55 +0100 Subject: configure: silence clang's warnings --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1