| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index a1748cadc4ab3005bac739ce852232632300ce49..9d4aa4c8fb82c6aa39121589ed3e844ff80d41b0 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -668,7 +668,7 @@ static_library("rtc_base") {
|
| defines += [ "timezone=_timezone" ]
|
| sources -= [ "ifaddrs_converter.cc" ]
|
| }
|
| - if (is_clang) {
|
| + if (is_win && is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
| configs -= [ "//build/config/clang:find_bad_constructs" ]
|
| }
|
|
|