| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 05e2e1930626c20612e8cd7114d4a82bf72cd4e1..40368597b22dc5cab2ef3215c8d6bd8159defd64 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -153,10 +153,7 @@ config("common_config") {
|
| }
|
| }
|
|
|
| - # TODO(kjellander): Handle warnings on Windows where WebRTC differ from the
|
| - # default warnings set in build/config/compiler/BUILD.gn.
|
| -
|
| - if (is_android && is_clang) {
|
| + if (is_android && !is_clang) {
|
| # The Android NDK doesn"t provide optimized versions of these
|
| # functions. Ensure they are disabled for all compilers.
|
| cflags += [
|
|
|