diff options
Diffstat (limited to 'third_party/zlib/BUILD.gn')
-rw-r--r-- | third_party/zlib/BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/zlib/BUILD.gn b/third_party/zlib/BUILD.gn index 161d4f5..a83d355 100644 --- a/third_party/zlib/BUILD.gn +++ b/third_party/zlib/BUILD.gn @@ -29,8 +29,7 @@ static_library("zlib_x86_simd") { } config("zlib_warnings") { - if (is_clang && !is_ios && - (current_cpu == "x86" || current_cpu == "x64")) { + if (is_clang && !is_ios && (current_cpu == "x86" || current_cpu == "x64")) { cflags = [ "-Wno-incompatible-pointer-types" ] } } |