clang 16 unsafe-buffer-usage #264
Closed
idkfaiddqd
started this conversation in
General
Replies: 2 comments
-
We only test and support certain specific compiler versions, please refer to: https://github.com/NVIDIA-Omniverse/PhysX/blob/main/physx/documentation/platformreadme/linux/README_LINUX.md |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to build latest Physx with ubuntu and clang 16 and getting a lot of errors
PhysX/physx/source/foundation/FdString.cpp:122:21: error: 'str' is an unsafe pointer used for buffer access [-Werror,-Wunsafe-buffer-usage]
What is the right way to tune the build configuration to avoid erors?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions