diff options
author | Nico Weber <thakis@chromium.org> | 2014-07-16 13:44:28 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2014-07-16 13:44:28 -0700 |
commit | 3d07b6f9f2f0ef863f1d46b86d10e69e65fd8534 (patch) | |
tree | af9f98d3c49ced15959bc018a6179e94b09b9bc6 /pdfium.gyp | |
parent | 0ce77e3c04dd17d3086adfc8781a2155fb9ceb69 (diff) | |
download | pdfium-3d07b6f9f2f0ef863f1d46b86d10e69e65fd8534.tar.xz |
Do not disable warnings-as-errors for pdfium.
It currently doesn't have any build warnings, and this way the
chromium build is guaranteed to stay warning-free after pdfium rolls.
BUG=none
R=jam@chromium.org
Review URL: https://codereview.chromium.org/373643002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index a78d104891..466e9c337d 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -1,6 +1,5 @@ { 'variables': { - 'win_third_party_warn_as_error': 'false', 'pdf_use_skia%': 0, }, 'target_defaults': { @@ -37,14 +36,8 @@ ['OS=="mac"', { 'xcode_settings': { 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', - 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror }, }], - ['clang==1', { - 'cflags!': [ - '-Werror', - ], - }], ], 'msvs_disabled_warnings': [ 4005, 4018, 4146, 4333, 4345 |