Skip to content

Commit

Permalink
Remove no_size_t_to_int_warning in //crypto
Browse files Browse the repository at this point in the history
Bug: 167187
Change-Id: Ied2e32a24a87f366c47ef6d10f136126dea040ef
Reviewed-on: https://chromium-review.googlesource.com/c/1393329
Reviewed-by: David Benjamin <davidben@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619495}
  • Loading branch information
tambry authored and Commit Bot committed Jan 2, 2019
1 parent f4b66cc commit c6115ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crypto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ component("crypto") {
"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 = [
":platform",
"//base",
Expand Down Expand Up @@ -154,8 +151,6 @@ test("crypto_unittests") {
]
}

configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]

deps = [
":crypto",
":platform",
Expand Down

0 comments on commit c6115ab

Please sign in to comment.