| Index: remoting/host/win/BUILD.gn
|
| diff --git a/remoting/host/win/BUILD.gn b/remoting/host/win/BUILD.gn
|
| index c1ae49c5c2d87f1ff02ebca12527dee0448e02c6..e91354bc09b00507d2e4ab4ee96c23a55116cfbb 100644
|
| --- a/remoting/host/win/BUILD.gn
|
| +++ b/remoting/host/win/BUILD.gn
|
| @@ -115,6 +115,12 @@ source_set("win") {
|
| "//remoting/build/config:version",
|
| ]
|
|
|
| + if (is_clang) {
|
| + # TODO(thakis): Remove this once midl.exe no longer produces nonstandard
|
| + # C++ (see the enums in com_imported_mstscax.tlh).
|
| + cflags = [ "-Wno-microsoft-enum-forward-reference" ]
|
| + }
|
| +
|
| defines = [ "WEBRTC_CHROMIUM_BUILD" ]
|
|
|
| deps = [
|
|
|