summaryrefslogtreecommitdiffstats
path: root/google_update/google_update.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'google_update/google_update.gyp')
-rw-r--r--google_update/google_update.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp
index c3e76d8..990f7e4 100644
--- a/google_update/google_update.gyp
+++ b/google_update/google_update.gyp
@@ -7,6 +7,12 @@
{
'target_name': 'google_update',
'type': 'static_library',
+ 'variables': {
+ 'clang_warning_flags': [
+ # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
+ '-Wno-extra-tokens',
+ ],
+ },
'sources': [
'google_update_idl.idl',
'<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h',