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

Unified Diff: third_party/iaccessible2/iaccessible2.gyp

Issue 1226583002: clang/win: Build chromium code without -Wno-incompatible-pointer-types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-logical-op-parentheses
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
Index: third_party/iaccessible2/iaccessible2.gyp
diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp
index 918728aa3cb56a5a28853f127ee28e997d72929c..16463999801f013d5c54e8f0497c988d1a7f9c4b 100644
--- a/third_party/iaccessible2/iaccessible2.gyp
+++ b/third_party/iaccessible2/iaccessible2.gyp
@@ -43,6 +43,11 @@
'-lrpcrt4.lib',
],
},
+ 'variables': {
+ 'clang_warning_flags': [
+ '-Wno-incompatible-pointer-types',
+ ]
+ },
},
],
}

Powered by Google App Engine
This is Rietveld 408576698