From 85d8e794ef48f80f6d36abeb4834ef585de81107 Mon Sep 17 00:00:00 2001 From: posophe Date: Mon, 16 Nov 2015 15:46:45 +0100 Subject: [PATCH] Update core_func_common.cpp --- test/core/core_func_common.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/core/core_func_common.cpp b/test/core/core_func_common.cpp index ef10b182..1faee359 100644 --- a/test/core/core_func_common.cpp +++ b/test/core/core_func_common.cpp @@ -1127,7 +1127,7 @@ namespace sign { int Error = 0; - glm::uint32 const Count = Samples; + glm::int32 const Count = static_cast(Samples); std::clock_t Timestamp0 = std::clock(); glm::int32 Sum = 0; @@ -1178,6 +1178,7 @@ namespace sign return Error; } + }//namespace sign int main()