diff options
Diffstat (limited to 'third_party/libxml/SConscript')
-rw-r--r-- | third_party/libxml/SConscript | 3 |
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 = [ |