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

Unified Diff: remoting/remoting_host_win.gypi

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 | « google_update/google_update.gyp ('k') | third_party/iaccessible2/iaccessible2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_win.gypi
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index 78952d5fe488d8d8171397a2dfa4a48caea2ee00..9f52deb98b6994d9aff8b9c2628b0106157bb0c3 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -30,6 +30,12 @@
# GN version: //remoting/host:remoting_lib_idl
'target_name': 'remoting_lib_idl',
'type': 'static_library',
+ 'variables': {
+ 'clang_warning_flags': [
+ # MIDL generates code like "#endif !_MIDL_USE_GUIDDEF_"
+ '-Wno-extra-tokens',
+ ],
+ },
'sources': [
'host/win/chromoting_lib_idl.templ',
'<(SHARED_INTERMEDIATE_DIR)/remoting/host/chromoting_lib.h',
« no previous file with comments | « google_update/google_update.gyp ('k') | third_party/iaccessible2/iaccessible2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698