From: Eli Zaretskii Date: Sat, 4 Jun 2022 06:05:35 +0000 (+0300) Subject: Another attempt to void compiler warnings on macOS (bug#55595) X-Git-Tag: emacs-29.0.90~1910^2~248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3287d4e32efbe6c9490ecd4132f19fa13f4ae1ae;p=emacs.git Another attempt to void compiler warnings on macOS (bug#55595) * configure.ac (WERROR_CFLAGS): Use "-Wno-unknown-pragmas" with Clang. --- diff --git a/configure.ac b/configure.ac index ed8ec890acb..313a1436b52 100644 --- a/configure.ac +++ b/configure.ac @@ -1024,6 +1024,7 @@ AS_IF([test $gl_gcc_warnings = no], gl_WARN_ADD([-Wno-pointer-sign]) gl_WARN_ADD([-Wno-string-plus-int]) gl_WARN_ADD([-Wno-unknown-attributes]) + gl_WARN_ADD([-Wno-unknown-pragmas]) ]) ],[ isystem='-isystem '