From d57d3de417d2b24d8a4d6067132bec667969d44f Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sat, 8 Nov 2014 02:26:51 +0100 Subject: [PATCH] Ignoring specific compiler warning to clean up compiler log. --- extern/acgl/include/glm/detail/type_mat4x3.inl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extern/acgl/include/glm/detail/type_mat4x3.inl b/extern/acgl/include/glm/detail/type_mat4x3.inl index cfdf89e..a51388b 100644 --- a/extern/acgl/include/glm/detail/type_mat4x3.inl +++ b/extern/acgl/include/glm/detail/type_mat4x3.inl @@ -26,6 +26,8 @@ /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// +#pragma GCC diagnostic ignored "-Wsign-compare" + namespace glm{ namespace detail {