diff options
Diffstat (limited to 'apps/BUILD.gn')
-rw-r--r-- | apps/BUILD.gn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/BUILD.gn b/apps/BUILD.gn index 3bffcf5..5c409c2 100644 --- a/apps/BUILD.gn +++ b/apps/BUILD.gn @@ -69,8 +69,6 @@ static_library("apps") { ] } - if (is_win) { - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. - cflags = [ "/wd4267" ] - } + # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] } |