| 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'
|
|
|