| Index: webrtc/stats/BUILD.gn
|
| diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn
|
| index 3ef6188a18b0c49c92b516d1d029c32c849c0ccc..50f43515d42ff0e657ed4063e0d15dfcfec9ae3a 100644
|
| --- a/webrtc/stats/BUILD.gn
|
| +++ b/webrtc/stats/BUILD.gn
|
| @@ -52,5 +52,11 @@ if (rtc_include_tests) {
|
| if (is_android) {
|
| deps += [ "//testing/android/native_test:native_test_native_code" ]
|
| }
|
| +
|
| + if (is_clang) {
|
| + # Suppress warnings from Chrome's Clang plugins.
|
| + # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
|
| + configs -= [ "//build/config/clang:find_bad_constructs" ]
|
| + }
|
| }
|
| }
|
|
|