Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/iaccessible2/iaccessible2.gyp

Issue 1233453008: Enable -Wextra-tokens on win clang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_host_win.gypi ('k') | third_party/isimpledom/isimpledom.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/iaccessible2/iaccessible2.gyp
diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp
index 16463999801f013d5c54e8f0497c988d1a7f9c4b..9af1c4f8a0d903b66de2ba8b72efe5eeeecf2616 100644
--- a/third_party/iaccessible2/iaccessible2.gyp
+++ b/third_party/iaccessible2/iaccessible2.gyp
@@ -10,6 +10,12 @@
{
'target_name': 'iaccessible2',
'type': 'static_library',
+ 'variables': {
+ 'clang_warning_flags': [
+ # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
+ '-Wno-extra-tokens',
+ ],
+ },
'sources': [
'ia2_api_all.idl',
'<(midl_out_dir)/ia2_api_all.h',
« no previous file with comments | « remoting/remoting_host_win.gypi ('k') | third_party/isimpledom/isimpledom.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698