Index: runtime/bin/zlib/BUILD.gn |
diff --git a/runtime/bin/zlib/BUILD.gn b/runtime/bin/zlib/BUILD.gn |
index ad78238347cdf2b3b933525d53fb86089d68dd1d..8950ae18a2f5812e097dbaf2faf1b1d2e8e7954d 100644 |
--- a/runtime/bin/zlib/BUILD.gn |
+++ b/runtime/bin/zlib/BUILD.gn |
@@ -49,8 +49,6 @@ static_library("zlib") { |
all_dependent_configs = [ ":zlib_config" ] |
if (is_clang) { |
- cflags = [ |
- "-Wno-shift-negative-value", |
- ] |
+ cflags = [ "-Wno-shift-negative-value" ] |
} |
} |