This commit is contained in:
Christophe 2024-01-18 12:04:00 +01:00
parent e91f414269
commit c915eed641

View file

@ -1,5 +1,7 @@
#if __cplusplus >= 201103L
#include <glm/glm.hpp>
#if GLM_COMPILER & GLM_COMPILER_CLANG
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wfloat-equal"