We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错如下:
dandelion-1.1.1/test/geometry_tests.cpp:30:17: error: unused variable 'threshold' [-Werror,-Wunused-const-variable] constexpr float threshold = 1e-3f; ^ 1 error generated. make[2]: *** [CMakeFiles/test.dir/geometry_tests.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/test.dir/all] Error 2
test项目下的 geometry_tests.cpp中的threshold变量没有被使用,所以会抛出编译错误,建议在threshold_squ中使用threshold乘积。
The text was updated successfully, but these errors were encountered:
没问题,你直接开一个 PR 提交就可以,之后记得反向移植回 dev channel 。
Sorry, something went wrong.
No branches or pull requests
报错如下:
test项目下的 geometry_tests.cpp中的threshold变量没有被使用,所以会抛出编译错误,建议在threshold_squ中使用threshold乘积。
The text was updated successfully, but these errors were encountered: