From 0a3aa8b7b3850a6f00ca219f020074ef9be71b7a Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 8 Feb 2024 02:57:53 +0100 Subject: [PATCH] remove unknown warning --- test/core/core_func_integer_find_lsb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/core/core_func_integer_find_lsb.cpp b/test/core/core_func_integer_find_lsb.cpp index 4bc88f5408..86dd0dd479 100644 --- a/test/core/core_func_integer_find_lsb.cpp +++ b/test/core/core_func_integer_find_lsb.cpp @@ -164,7 +164,6 @@ static int ntz7(unsigned x) // This file has divisions by zero to test isnan #if GLM_COMPILER & GLM_COMPILER_VC # pragma warning(push) -# pragma warning(disable : 4800) # pragma warning(disable : 4146) #endif