remove macro that Google ICU no longer looks at
PiperOrigin-RevId: 270930340
This commit is contained in:
parent
80c49c0d9f
commit
1154432f88
2
third_party/icu/BUILD.bazel
vendored
2
third_party/icu/BUILD.bazel
vendored
@ -48,12 +48,10 @@ cc_library(
|
|||||||
] + select({
|
] + select({
|
||||||
":android": [
|
":android": [
|
||||||
"-fdata-sections",
|
"-fdata-sections",
|
||||||
"-DGOOGLE_VENDOR_SRC_BRANCH",
|
|
||||||
"-DU_HAVE_NL_LANGINFO_CODESET=0",
|
"-DU_HAVE_NL_LANGINFO_CODESET=0",
|
||||||
"-Wno-deprecated-declarations",
|
"-Wno-deprecated-declarations",
|
||||||
],
|
],
|
||||||
":apple": [
|
":apple": [
|
||||||
"-DGOOGLE_VENDOR_SRC_BRANCH",
|
|
||||||
"-Wno-shorten-64-to-32",
|
"-Wno-shorten-64-to-32",
|
||||||
"-Wno-unused-variable",
|
"-Wno-unused-variable",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user