srctree

Robin Linden parent 949c9148 8a37cb3d
deps/icu: Fix warning spam when building w/ clang-cl

This was printing ~23k lines of warnings in CI.

inlinesplit
third_party/icu.BUILD added: 6, removed: 1, total 5
@@ -90,6 +90,11 @@ cc_library(
"//conditions:default": [
"-frtti",
],
}) + select({
"@rules_cc//cc/compiler:clang-cl": [
"-Wno-microsoft-include",
],
"//conditions:default": [],
}),
linkstatic = True,
local_defines = [