Skip to content

Commit

Permalink
Add -Wno-ambiguous-reversed-operator for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
rp9-next committed Sep 11, 2024
1 parent d5b92b8 commit c320fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
env:
CC: clang-18
CXX: clang++-18
CPPFLAGS: '-Werror -Wno-error=strict-prototypes'
CPPFLAGS: '-Werror -Wno-error=strict-prototypes -Wno-ambiguous-reversed-operator'
CXXFLAGS: ${{ matrix.flags }}
run: |
cd icu4c/source && ./runConfigureICU --enable-debug --disable-release Linux/clang && make -j -l4.5 check
Expand Down

0 comments on commit c320fe0

Please sign in to comment.