Index: rlz/BUILD.gn |
diff --git a/rlz/BUILD.gn b/rlz/BUILD.gn |
index 3a23d7d057e2835354a5118ce1ccc9bc4cb425d2..0887ef4726a3d8ab64e91a8df8a2de5c01395bfd 100644 |
--- a/rlz/BUILD.gn |
+++ b/rlz/BUILD.gn |
@@ -114,6 +114,11 @@ test("rlz_unittests") { |
"//testing/gtest", |
"//third_party/zlib", |
] |
+ |
+ if (is_win) { |
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
+ cflags = [ "/wd4267" ] |
+ } |
} |
executable("rlz_id") { |