mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-22874 Fix building with -Werror on macOS clang
This commit is contained in:
parent
91ed39fb9d
commit
6d67afcf01
1 changed files with 2 additions and 4 deletions
6
.github/workflows/icu4c.yml
vendored
6
.github/workflows/icu4c.yml
vendored
|
@ -346,14 +346,12 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: ICU4C with clang on MacOS
|
||||
env:
|
||||
# TODO: add '-Werror' after fixing ICU-22874
|
||||
CPPFLAGS: '-Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor -Wctad-maybe-unsupported'
|
||||
CPPFLAGS: '-Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor -Wctad-maybe-unsupported -Werror -Wno-error=strict-prototypes'
|
||||
run: |
|
||||
cd icu4c/source;
|
||||
PYTHON=python3 ./runConfigureICU MacOSX;
|
||||
PYTHON=python3 ./runConfigureICU macOS;
|
||||
make -j -l4.5 check
|
||||
|
||||
# Windows MSVC builds
|
||||
|
|
Loading…
Add table
Reference in a new issue