Browse Source

Fixed VC2013 build

Christophe Riccio 7 years ago
parent
commit
906efb8045
1 changed files with 0 additions and 1 deletions
  1. 0 1
      glm/detail/type_float.hpp

+ 0 - 1
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