| Index: remoting/remoting_host_win.gypi
|
| diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
|
| index b6213260b476890651a4336008634956e4c06382..efe2df85a019605722aff65acc5e0a514f3b793c 100644
|
| --- a/remoting/remoting_host_win.gypi
|
| +++ b/remoting/remoting_host_win.gypi
|
| @@ -93,6 +93,9 @@
|
| 'clang_warning_flags': [
|
| # MIDL generated code has a habit of omitting optional braces.
|
| '-Wno-missing-braces',
|
| + # Source files generated by the MIDL compiler trigger warnings with
|
| + # -Wincompatible-pointer-types enabled.
|
| + '-Wno-incompatible-pointer-types',
|
| ],
|
| },
|
| }, # end of target 'remoting_lib_ps'
|
|
|