1 Star 0 Fork 10

tushenmei/umockdev

forked from src-openEuler/umockdev 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bugfix-of-gcc10.patch 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
tushenmei 提交于 2021-08-04 12:00 . bugfix of gcc 10
diff -Nur umockdev-0.11.3/Makefile.am umockdev-0.11.3-new/Makefile.am
--- umockdev-0.11.3/Makefile.am 2018-05-01 19:01:00.000000000 +0800
+++ umockdev-0.11.3-new/Makefile.am 2021-08-04 11:42:00.000000000 +0800
@@ -261,6 +261,8 @@
tests_test_ioctl_tree_SOURCES = \
src/ioctl_tree.c \
tests/test-ioctl-tree.c \
+ src/debug.h \
+ src/debug.c \
$(NULL)
tests_test_ioctl_tree_CFLAGS = \
diff -Nur umockdev-0.11.3/src/debug.h umockdev-0.11.3-new/src/debug.h
--- umockdev-0.11.3/src/debug.h 2018-05-01 19:01:00.000000000 +0800
+++ umockdev-0.11.3-new/src/debug.h 2021-08-04 11:42:53.000000000 +0800
@@ -13,7 +13,7 @@
#define DBG_IOCTL (1 << 3)
#define DBG_IOCTL_TREE (1 << 4)
-unsigned debug_categories;
+extern unsigned debug_categories;
void init_debug(void) __attribute__((constructor));
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tushenmei/umockdev.git
[email protected]:tushenmei/umockdev.git
tushenmei
umockdev
umockdev
master

搜索帮助