| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 584f72be2e30c6277aa04d6d005b788137e55d06..7891a00062d60c7bf308fcc773b7d0896fb68f8c 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -889,6 +889,8 @@ config("wexit_time_destructors") {
|
| #
|
| # Note that this can be applied regardless of platform and architecture to
|
| # clean up the call sites. This will only apply the flag when necessary.
|
| +#
|
| +# TODO(jschuh): crbug.com/167187 fix this and delete this config.
|
| config("no_size_t_to_int_warning") {
|
| if (is_win && cpu_arch == "x64") {
|
| cflags = [ "/wd4267" ]
|
|
|