| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 4af3f32dff42a83d898e5d06ade2b235062cb4d0..ba1e5c959ca3d13d54c5f5d34bd8a8ed254d5ca4 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -137,7 +137,7 @@
|
| # to configure warnings.
|
| is_clang =
|
| current_os == "mac" || current_os == "ios" || current_os == "chromeos" ||
|
| - current_os == "fuchsia" || current_os == "win" ||
|
| + current_os == "fuchsia" ||
|
| (current_os == "linux" && current_cpu != "s390x" &&
|
| current_cpu != "s390" && current_cpu != "ppc64" && current_cpu != "ppc")
|
|
|
|
|