diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-26 17:00:46 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-26 17:00:46 -0700 |
commit | f7a8b34f520f1d4892f009700972ab2995ed2681 (patch) | |
tree | e2efd0dacb49cec8376d7406167afd86fddadb90 | |
parent | f7992b39cec908e549fb995acae477a9efba538b (diff) | |
download | pdfium-chromium/2549.tar.xz |
Partial revert of commit c6d8683 to fix a GN + Win/Clang build warning.chromium/2552chromium/2551chromium/2550chromium/2549chromium/2548
BUG=547906
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/1420503012 .
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -554,9 +554,11 @@ static_library("fxge") { configs -= [ "//build/config/compiler:chromium_code" ] configs += [ - ":fxge_warnings", ":pdfium_config", "//build/config/compiler:no_chromium_code", + # As of this writing, this needs to be last to suppress a -Wswitch warning. + # https://crbug.com/547906 + ":fxge_warnings", ] if (pdf_use_skia) { |