diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-26 17:06:53 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-26 17:06:53 -0700 |
commit | 7b16ba505adf4885b73b716eb5bc60c12c383441 (patch) | |
tree | 79ab929746e01665f51964d017d65b6750c3938c | |
parent | 8afa8c01f7961a731c860fd472b0b9e51183d6f8 (diff) | |
download | pdfium-7b16ba505adf4885b73b716eb5bc60c12c383441.tar.xz |
Merge to XFA: Partial revert of commit c6d8683 to fix a GN + Win/Clang build warning.
BUG=547906
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/1420503012 .
(cherry picked from commit f7a8b34f520f1d4892f009700972ab2995ed2681)
Review URL: https://codereview.chromium.org/1415453004 .
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -579,9 +579,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) { |