summaryrefslogtreecommitdiffstats
path: root/third_party/isimpledom/isimpledom.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/isimpledom/isimpledom.gyp')
-rw-r--r--third_party/isimpledom/isimpledom.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/isimpledom/isimpledom.gyp b/third_party/isimpledom/isimpledom.gyp
index 80a0089..9f3fbee 100644
--- a/third_party/isimpledom/isimpledom.gyp
+++ b/third_party/isimpledom/isimpledom.gyp
@@ -9,6 +9,10 @@
'type': 'static_library',
'variables': {
'midl_out_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/isimpledom',
+ 'clang_warning_flags': [
+ # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
+ '-Wno-extra-tokens',
+ ],
},
'sources': [
'ISimpleDOMDocument.idl',