| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index c013b8c806410ba41fc012193e344f8b20552788..b26d29f2ee6e2c7dd81873f774dbb097b8653244 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -238,12 +238,6 @@
|
|
|
| configs += [ ":common_config" ]
|
| public_configs = [ ":common_inherited_config" ]
|
| -
|
| - 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" ]
|
| - }
|
| }
|
|
|
| source_set("gtest_prod") {
|
|
|