From 906efb804573bd2f6544b5777480e76498c30361 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 21 Sep 2018 15:36:01 +0200 Subject: [PATCH] Fixed VC2013 build --- glm/detail/type_float.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/glm/detail/type_float.hpp b/glm/detail/type_float.hpp index 74bfc1ee..c8037ebd 100644 --- a/glm/detail/type_float.hpp +++ b/glm/detail/type_float.hpp @@ -4,7 +4,6 @@ #if GLM_COMPILER == GLM_COMPILER_VC12 # pragma warning(push) -# pragma warning(disable: 2220) # pragma warning(disable: 4512) // assignment operator could not be generated #endif