diff options
author | Nico Weber <thakis@chromium.org> | 2015-10-30 21:29:38 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-10-30 21:29:38 -0700 |
commit | 1630dffdc1d554d8f2319e83cdbd7b12f480362d (patch) | |
tree | d1be63f318a77e1a4166a4576a1274f8f25b897b /BUILD.gn | |
parent | ef26566853fcd014f4b5c4944e480db75afc6729 (diff) | |
download | pdfium-1630dffdc1d554d8f2319e83cdbd7b12f480362d.tar.xz |
Port https://codereview.chromium.org/398163006 to gn.
BUG=376399
TBR=thestig
Review URL: https://codereview.chromium.org/1415883010 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ config("pdfium_config") { "/wd4146", "/wd4333", "/wd4345", + "/wd4267", # TODO(thestig): Fix all instances, remove this, pdfium:29 "/wd4245", "/wd4310", |