srctree

Robin Linden parent bcdc603b 07605bf4
deps: Disable warnings promoted to errors in Clang 16

third_party/freetype2.BUILD added: 5, removed: 1, total 4
@@ -70,6 +70,10 @@ cc_test(
name = "bbox_test",
size = "small",
srcs = ["src/tools/test_bbox.c"],
copts = select({
"@platforms//os:linux": ["-Wno-implicit-function-declaration"],
"//conditions:default": [],
}),
local_defines = ["FT2_BUILD_LIBRARY"],
deps = [":freetype2"],
)