mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue