Commit 71307c27 authored by Raul Tambre's avatar Raul Tambre Committed by Commit Bot

Remove no_size_t_to_int_warning in //apps

Bug: 167187
Change-Id: I9f1b4b3a9dbd63be2a950e9277d08d406f525a40
Reviewed-on: https://chromium-review.googlesource.com/c/1392180Reviewed-by: default avatarMatt Giuca <mgiuca@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619368}
parent 4b3f1149
...@@ -48,9 +48,6 @@ static_library("apps") { ...@@ -48,9 +48,6 @@ static_library("apps") {
if (is_chromeos) { if (is_chromeos) {
deps += [ "//components/user_manager" ] deps += [ "//components/user_manager" ]
} }
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
} }
static_library("test_support") { static_library("test_support") {
......
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