10 Star 0 Fork 11

src-openEuler/hiviewdfx_hisysevent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0007-adapt-for-build-sqlite.patch 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
From c85aa929e7f0428509ab05a9991d9ec6bfcbe406 Mon Sep 17 00:00:00 2001
From: heppen <hepeng68@huawei.com>
Date: Tue, 20 Jun 2023 17:29:23 +0800
Subject: [PATCH] adapt for build
---
BUILD.gn | 1 +
1 file changed, 1 insertion(+)
diff --git a/BUILD.gn b/BUILD.gn
index af76d78..516dcaf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -19,6 +19,7 @@ config("sqlite_config") {
"include",
"//commonlibrary/c_utils/base/include",
]
+ cflags_c = [ "-Wno-unused-but-set-variable" ]
}
# This is the configuration used to build sqlite itself.
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/hiviewdfx_hisysevent.git
git@gitee.com:src-openeuler/hiviewdfx_hisysevent.git
src-openeuler
hiviewdfx_hisysevent
hiviewdfx_hisysevent
master

搜索帮助