We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c208f commit 44dc320Copy full SHA for 44dc320
tools/ports/icu.py
@@ -39,6 +39,8 @@ def build_lib(lib_output, lib_src, other_includes, build_flags):
39
# TODO: investigate why this is needed and remove
40
'-Wno-macro-redefined',
41
'-Wno-deprecated-declarations',
42
+ '-Wno-array-compare',
43
+ '-Wno-unknown-warning-option',
44
# usage of 'using namespace icu' is deprecated: icu v61
45
'-DU_USING_ICU_NAMESPACE=0',
46
# make explicit inclusion of utf header: ref utf.h
0 commit comments