mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-21734 Add -Wsuggest-override to Build only WarningsAsErrors buildbot
See #1842
This commit is contained in:
parent
635a037121
commit
2cf1d23c6c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ jobs:
|
|||
sudo apt install -qy clang-13 lld-13 libc++-13-dev libc++abi-13-dev
|
||||
displayName: 'Install Clang-13'
|
||||
- script: |
|
||||
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor" && cd icu4c/source && ./runConfigureICU Linux && make -j2 tests
|
||||
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor -Wsuggest-override" && cd icu4c/source && ./runConfigureICU Linux && make -j2 tests
|
||||
displayName: 'Build only (WarningsAsErrors)'
|
||||
env:
|
||||
CC: clang-13
|
||||
|
|
Loading…
Add table
Reference in a new issue