summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-05-21 12:54:46 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2014-05-21 12:55:58 -0700
commit3bba17d057e56b26587d3112f46bf9359217f5ff (patch)
treed8489c1667c17aeb872eaa92899013aa74af6b6b
parent1510a34e25c5ada7613cb0835bd8447ac9f78424 (diff)
downloadpdfium-3bba17d057e56b26587d3112f46bf9359217f5ff.tar.xz
Don't remove -Wheader-hygiene for pdfium, 41f0590a9d7 fixed all violations.
BUG=375558
-rw-r--r--pdfium.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 2135b2f44f..732c2abe67 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -38,11 +38,6 @@
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
},
}],
- ['clang==1', {
- 'cflags!': [
- '-Wheader-hygiene',
- ],
- }],
],
'msvs_disabled_warnings': [
4005, 4018, 4146, 4333, 4345