Closed seanmiddleditch closed 2 years ago
Thanks for reporting this. I am currently working on the 'develop' branch for the next release of the library. In this branch, I have spent some time to remove a lot of warnings. Since I am working mainly with gcc compiler, I will try to see if the warnings you have reported are still valid in the 'develop' branch when compiling with MSVC.
The fixes that I have done for the warnings in MSVC are now part of the version v0.9.0 that has just been released.
I am closing this issue but feel free to reopen it if you think this issue is not solved.
reactphysics3d doesn't build cleanly in 64-bit mode. There seems to be a lot of code that assumes
sizeof(size_t) == sizeof(int)
.Warnings generated by MSVC building for x64: