Skip to content

Commit 8cb225c

Browse files
authored
Fix building of libicu port after recent llvm change. NFC (#24024)
1 parent 33c9d64 commit 8cb225c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ports/icu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def build_lib(lib_output, lib_src, other_includes, build_flags):
4141
'-Wno-deprecated-declarations',
4242
'-Wno-array-compare',
4343
'-Wno-unknown-warning-option',
44+
'-Wno-unnecessary-virtual-specifier',
4445
# usage of 'using namespace icu' is deprecated: icu v61
4546
'-DU_USING_ICU_NAMESPACE=0',
4647
# make explicit inclusion of utf header: ref utf.h

0 commit comments

Comments
 (0)