summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index f342af9..dd4136a 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -124,6 +124,11 @@ component("crypto") {
deps += [ "//third_party/android_tools:cpu_features" ]
}
+ if (is_win) {
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ cflags = [ "/wd4267" ]
+ }
+
if (use_openssl) {
# Remove NSS files when using OpenSSL
sources -= [