Skip to content
New issue

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

Fix JoltPhysics compile error on later clang and Xcode #449

Merged
merged 2 commits into from
May 12, 2023

Conversation

Mlekow
Copy link
Contributor

@Mlekow Mlekow commented May 5, 2023

新版本的Clang引入了对未限定的move()等操作的检查,导致JoltPhysics库编译产生大量错误失败。见:https://reviews.llvm.org/D119670
当前版本的JoltPhysics使用了大量using namespace std;,在不修改JoltPhysics源代码的情况下,在CMake引入依赖时增加-Wno-unqualified-std-cast-call编译选项关闭告警对代码产生的破坏性较小。

@Ol6rin Ol6rin merged commit f7a2751 into BoomingTech:main May 12, 2023
jichumao added a commit to jichumao/Piccolo that referenced this pull request Aug 13, 2023
yazj added a commit to yazj/Piccolo that referenced this pull request Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants