diff options
Diffstat (limited to 'BUILD.gn')
-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) { |