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

Unified Diff: remoting/remoting_host_win.gypi

Issue 1393473003: Suppress -Wextern-initializer in chromoting_lib.dlldata.c (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | 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 9c0b3e9e07f6b7374732922468b756d24afc5b64..d4cdfd624981cefa71caaf5ecbf08512444a2653 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -104,6 +104,8 @@
'-Wno-incompatible-pointer-types',
# Generated code contains unused variables.
'-Wno-unused-variable',
+ # PROXYFILE_LIST_START is an extern with initializer.
+ '-Wno-extern-initializer',
],
},
}, # end of target 'remoting_lib_ps'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698