- Fixed strict aliaing warnings #473

This commit is contained in:
Christophe Riccio
2016-06-04 22:57:21 +02:00
parent 4155e5b820
commit b54a256499
2 changed files with 88 additions and 83 deletions

View File

@@ -83,6 +83,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed intersectRayTriangle to not do any unintentional backface culling
- Fixed long long warnings when using C++98 on GCC and Clang #482
- Fixed sign with signed integer function on non-x86 architecture
- Fixed strict aliaing warnings #473
##### Deprecation:
- Removed GLM_FORCE_SIZE_FUNC define