From 7bec8ce02ee9ffd19adea8888ac08f5300d929a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Willian=20K=C3=B6lln?= Date: Wed, 11 Mar 2015 23:37:56 -0300 Subject: [PATCH] Remove multi-line warning when using GCC with -Wall --- glm/detail/setup.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 1defed89..8572ad07 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -632,11 +632,11 @@ ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC49))) #endif -// +/* #define GLM_HAS_TRIVIAL_QUERIES 0//( \ //((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013))) -// +*/ #if GLM_LANG & GLM_LANG_CXX11_FLAG # define GLM_HAS_MAKE_SIGNED 1 #else