Hi3861编程错误“ERROR Unresolved dependencies“和“ERROR: unused variable ‘ret‘ [-Werror=unused-variable]“
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
项目地址:https://gitcode.com/gh_mirrors/de/Dependencies
免费下载资源
·
1.ERROR Unresolved dependencies
原因1:在build.gn中c文件名错误或者资源名错误
原因2:编译器不支持导致
2.ERROR: unused variable ‘ret’ [-Werror=unused-variable]
当我们有未使用但定义的变量或者函数时,便会报错
我们可以采用下面的方式可以关闭或视为忽略此种错误,如果单写其中一行还会报错,只不过错误变了。
cflags=["-Wno-unused-variable"]
cflags +=["-Wno-unused-but-set-variable"]
cflags +=["-Wno-unused-parameter"]
GitHub 加速计划 / de / Dependencies
8.61 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:3 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
更多推荐
已为社区贡献1条内容
所有评论(0)