Index: third_party/woff2/BUILD.gn |
diff --git a/third_party/woff2/BUILD.gn b/third_party/woff2/BUILD.gn |
index b7abd1953879eb7fd00dd5ee85254660573bb091..431ceca474a5a021bb3212ecd9c60eefa3c689c4 100644 |
--- a/third_party/woff2/BUILD.gn |
+++ b/third_party/woff2/BUILD.gn |
@@ -2,12 +2,6 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-config("woff2_warnings") { |
- if (!is_win || is_clang) { |
- cflags = [ "-Wno-unused-function" ] |
- } |
-} |
- |
source_set("woff2_dec") { |
sources = [ |
"src/buffer.h", |
@@ -27,7 +21,6 @@ source_set("woff2_dec") { |
configs -= [ "//build/config/compiler:chromium_code" ] |
configs += [ "//build/config/compiler:no_chromium_code" ] |
- configs += [ ":woff2_warnings" ] |
deps = [ |
"//third_party/brotli", |