Commit c6115abf authored by Raul Tambre's avatar Raul Tambre Committed by Commit Bot

Remove no_size_t_to_int_warning in //crypto

Bug: 167187
Change-Id: Ied2e32a24a87f366c47ef6d10f136126dea040ef
Reviewed-on: https://chromium-review.googlesource.com/c/1393329Reviewed-by: default avatarDavid Benjamin <davidben@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619495}
parent f4b66cc6
...@@ -69,9 +69,6 @@ component("crypto") { ...@@ -69,9 +69,6 @@ component("crypto") {
"symmetric_key.h", "symmetric_key.h",
] ]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [ deps = [
":platform", ":platform",
"//base", "//base",
...@@ -154,8 +151,6 @@ test("crypto_unittests") { ...@@ -154,8 +151,6 @@ test("crypto_unittests") {
] ]
} }
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [ deps = [
":crypto", ":crypto",
":platform", ":platform",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment