microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.51k stars 231 forks source link

Suppress new clang v16 warnings #163

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

Clang version 16.0.0 is expected to ship in a future Visual Studio update, and when you build with /Wall it produces many new -Wunsafe-buffer-usage warnings for basically all use of raw pointers.

walbourn commented 1 year ago

Related update to test suite.