未验证 提交 4293a62a 编写于 作者: O openharmony_ci 提交者: Gitee

!837 Ignore warnings for llvm15 upgrade

满足合入条件、但并发量过大;需要手动合入!
......@@ -122,6 +122,7 @@ template("musl_libs") {
"-Werror=pointer-sign",
"-Werror=pointer-arith",
"-Qunused-arguments",
"-Wno-int-conversion",
]
if (!is_asan) {
......@@ -745,6 +746,7 @@ template("musl_libs") {
"--instcombine-max-iterations=0",
"-ffp-contract=fast",
"-O3",
"-Wno-int-conversion",
]
}
......
......@@ -76,6 +76,7 @@ ARCH_CFLAGS =
endif
CFLAGS = -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now,-z,noexecstack -Wl,--build-id=sha1
CFLAGS += -Wno-int-conversion
.PHONY: $(TARGETS:%=musl_copy_for_%)
.PHONY: $(TARGETS:%=musl_patch_for_%)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册