Fixed warnings

This commit is contained in:
Christophe Riccio 2014-12-10 09:41:32 +01:00
parent 2117c53dbf
commit a8237ccb31

View File

@ -74,8 +74,6 @@ if(GLM_TEST_FORCE_PURE)
if(CMAKE_COMPILER_IS_GNUCXX)
add_definitions(-mfpmath=387)
elseif(MSVC)
add_definitions(/arch:IA32)
endif()
elseif(GLM_TEST_ENABLE_SIMD_AVX2)
if(CMAKE_COMPILER_IS_GNUCXX)