| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index a3793f5ebb09ef241bc3c958e0a2f483ce8e8dc8..05e2e1930626c20612e8cd7114d4a82bf72cd4e1 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -274,7 +274,7 @@ source_set("rtc_event_log") {
|
| defines += [ "ENABLE_RTC_EVENT_LOG" ]
|
| deps += [ ":rtc_event_log_proto" ]
|
| }
|
| - if (is_clang) {
|
| + if (is_clang && !is_nacl) {
|
| # 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" ]
|
|
|