diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index c3d591e818..d7f00bc8b4 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -499,6 +499,12 @@ 'core/src/fxge/ge/fx_ge_text.cpp', 'core/src/fxge/ge/text_int.h', ], + 'variables': { + 'clang_warning_flags': [ + # http://code.google.com/p/pdfium/issues/detail?id=188 + '-Wno-switch', + ], + }, 'conditions': [ ['pdf_use_skia==1', { 'sources': [ |