| Index: remoting/remoting_host_win.gypi
|
| diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
|
| index 8a796a0b20e75d66f1e57723ec5ed03c5414a47c..b6213260b476890651a4336008634956e4c06382 100644
|
| --- a/remoting/remoting_host_win.gypi
|
| +++ b/remoting/remoting_host_win.gypi
|
| @@ -89,6 +89,12 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/remoting/host/chromoting_lib.dlldata.c',
|
| '<(SHARED_INTERMEDIATE_DIR)/remoting/host/chromoting_lib_p.c',
|
| ],
|
| + 'variables': {
|
| + 'clang_warning_flags': [
|
| + # MIDL generated code has a habit of omitting optional braces.
|
| + '-Wno-missing-braces',
|
| + ],
|
| + },
|
| }, # end of target 'remoting_lib_ps'
|
|
|
| # Regenerates 'chromoting_lib.rc' (used to embed 'chromoting_lib.tlb'
|
|
|