mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-23 16:19:42 +00:00
Previewer supports ets_utils and buffer
ignore the deprecated warning which may block compiling Issue: https://gitee.com/openharmony/arkui_ace_engine/issues/I6OE3C Signed-off-by: yuanyao <yuanyao14@huawei.com> Change-Id: Id42acfa87fd8ff7c1a544ed705e08205b9e0cc7a
This commit is contained in:
parent
287618ba77
commit
bf5d497fe1
@ -44,6 +44,7 @@ ohos_static_library("static_icustubdata") {
|
||||
"-Wwrite-strings",
|
||||
"-std=c++11",
|
||||
"-Wno-ignored-attributes",
|
||||
"-Wno-deprecated-declarations",
|
||||
]
|
||||
output_dir = "${root_out_dir}/third_party/icu/stubdata"
|
||||
output_name = "stubdata"
|
||||
@ -534,6 +535,7 @@ ohos_shared_library("shared_icuuc") {
|
||||
"-Wno-error=unneeded-internal-declaration",
|
||||
"-std=c++11",
|
||||
"-Wno-ignored-attributes",
|
||||
"-Wno-deprecated-declarations",
|
||||
]
|
||||
ldflags = [
|
||||
"-shared",
|
||||
@ -580,6 +582,7 @@ ohos_shared_library("shared_icui18n") {
|
||||
"-Wwrite-strings",
|
||||
"-std=c++11",
|
||||
"-Wno-ignored-attributes",
|
||||
"-Wno-deprecated-declarations",
|
||||
]
|
||||
ldflags = [
|
||||
"-shared",
|
||||
@ -632,6 +635,7 @@ ohos_static_library("static_icuuc") {
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-Wno-unused-function",
|
||||
"-Wno-ignored-attributes",
|
||||
"-Wno-deprecated-declarations",
|
||||
]
|
||||
|
||||
cflags = [
|
||||
@ -683,6 +687,7 @@ ohos_static_library("static_icui18n") {
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-fno-exceptions",
|
||||
"-Wno-ignored-attributes",
|
||||
"-Wno-deprecated-declarations",
|
||||
]
|
||||
|
||||
if (is_mingw) {
|
||||
|
Loading…
Reference in New Issue
Block a user