diff --git a/configure.ac b/configure.ac index 37a159f4117..73fce2db4e7 100644 --- a/configure.ac +++ b/configure.ac @@ -986,10 +986,8 @@ 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-format-extra-args]) + gl_WARN_ADD([-Wno-tautological-compare]) gl_WARN_ADD([-Wno-tautological-constant-out-of-range-compare]) - gl_WARN_ADD([-Wno-unused-command-line-argument]) - gl_WARN_ADD([-Wno-unused-value]) fi # This causes too much noise in the MinGW build