diff --git a/configure.ac b/configure.ac index 12e44d949c5..6d23b5d214e 100644 --- a/configure.ac +++ b/configure.ac @@ -986,6 +986,7 @@ AS_IF([test $gl_gcc_warnings = no], # More things that clang is unduly picky about. if test $emacs_cv_clang = yes; then + gl_WARN_ADD([-Wno-missing-braces]) gl_WARN_ADD([-Wno-tautological-compare]) gl_WARN_ADD([-Wno-tautological-constant-out-of-range-compare]) fi