summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {