g-truc / glm

OpenGL Mathematics (GLM)
https://glm.g-truc.net
Other
9.05k stars 2.1k forks source link

Fix -Wall Compilation #1276

Closed tomix1024 closed 5 months ago

tomix1024 commented 5 months ago

In #1263 the compilation fails because of various compiler warnings that are treated as errors. This PR eliminates (all) warnings when compiling with clang-15 and gcc-11.4.

Two notable changes that could work as standalone PR's: