ICU-21734 Add -Wsuggest-override to Build only WarningsAsErrors buildbot

See #1842
This commit is contained in:
Frank Tang 2021-09-08 01:26:53 +00:00 committed by Frank Yung-Fong Tang
parent 635a037121
commit 2cf1d23c6c

View file

@ -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