代码拉取完成,页面将自动刷新
100
【LLVM平行宇宙】修改一个重复定义问题,以支持gcc和llvm都可以构建本软件包
已关闭
When building this package with clang, an error was reported as following.
This PR fixes the error.
In file included from sm3.c:15:
./sm3.h:17:30: error: redefinition of typedef 'SM3Context' is a C11 feature [-Werror,-Wtypedef-redefinition]
typedef struct SM3ContextStr SM3Context;
^
./blapit.h:270:30: note: previous definition is here
typedef struct SM3ContextStr SM3Context;
暂无评论