mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
Silence warning that is causing issues in the daily build of PerlMagick.
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
||||
packages: gcc g++
|
||||
- compiler: clang
|
||||
cxx_compiler: clang++
|
||||
compiler_flags: -Wall -Wextra -Werror -Wno-unused-function -Wno-incompatible-library-redeclaration
|
||||
compiler_flags: -Wall -Wextra -Werror -Wno-unused-function -Wno-incompatible-library-redeclaration -Wno-compound-token-split-by-macro
|
||||
packages: clang
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user