summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 26c5d72ab7..2135b2f44f 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,12 +36,11 @@
['OS=="mac"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
- 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
},
}],
['clang==1', {
'cflags!': [
- '-Werror',
+ '-Wheader-hygiene',
],
}],
],