summaryrefslogtreecommitdiffstats
path: root/third_party/libxml
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-20 22:56:30 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-20 22:56:30 +0000
commit9f58d8bb68966e20fc2809e221d925b895ca762e (patch)
treeaa6885bd03e9c295195779f62d562e9193995df7 /third_party/libxml
parent6a6e657234868ad4044b03bdeb9c6f7e872b5ee6 (diff)
downloadchromium_src-9f58d8bb68966e20fc2809e221d925b895ca762e.zip
chromium_src-9f58d8bb68966e20fc2809e221d925b895ca762e.tar.gz
chromium_src-9f58d8bb68966e20fc2809e221d925b895ca762e.tar.bz2
Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* disabling some other warnings that take more effort to fix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml')
-rw-r--r--third_party/libxml/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libxml/SConscript b/third_party/libxml/SConscript
index 40619e3..3a0c00a 100644
--- a/third_party/libxml/SConscript
+++ b/third_party/libxml/SConscript
@@ -62,6 +62,9 @@ elif env['PLATFORM'] == 'posix':
'_REENTRANT',
],
)
+ if '-Wall' in env['CCFLAGS']:
+ # We're not responsible for bad warning hygiene in this third party code.
+ env['CCFLAGS'].remove('-Werror')
input_files = [