mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
Another attempt to void compiler warnings on macOS (bug#55595)
* configure.ac (WERROR_CFLAGS): Use "-Wno-unknown-pragmas" with Clang.
This commit is contained in:
parent
eaff6569e2
commit
3287d4e32e
@ -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 '
|
||||
|
Loading…
x
Reference in New Issue
Block a user