summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-26 17:00:46 -0700
committerLei Zhang <thestig@chromium.org>2015-10-26 17:00:46 -0700
commitf7a8b34f520f1d4892f009700972ab2995ed2681 (patch)
treee2efd0dacb49cec8376d7406167afd86fddadb90
parentf7992b39cec908e549fb995acae477a9efba538b (diff)
downloadpdfium-chromium/2548.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.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a2ddbadd55..73028636e4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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) {