From 1630dffdc1d554d8f2319e83cdbd7b12f480362d Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 30 Oct 2015 21:29:38 -0700 Subject: Port https://codereview.chromium.org/398163006 to gn. BUG=376399 TBR=thestig Review URL: https://codereview.chromium.org/1415883010 . --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 381e4a77da..288365dfcd 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -38,6 +38,7 @@ config("pdfium_config") { "/wd4146", "/wd4333", "/wd4345", + "/wd4267", # TODO(thestig): Fix all instances, remove this, pdfium:29 "/wd4245", "/wd4310", -- cgit v1.2.3