diff options
Diffstat (limited to 'third_party/cld/BUILD.gn')
-rw-r--r-- | third_party/cld/BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/cld/BUILD.gn b/third_party/cld/BUILD.gn index ed4075d..7a0c0eb 100644 --- a/third_party/cld/BUILD.gn +++ b/third_party/cld/BUILD.gn @@ -102,7 +102,6 @@ source_set("cld") { "/wd4005", # Macro defined twice. "/wd4006", # #undef expected an identifier. "/wd4309", # Truncation of constant value. - "/wd4267", # TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int ] } else { defines = [ "COMPILER_GCC" ] |