From 14a2bd977500ae3fb4954e4eb7d41ebd36f48cae Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Sun, 18 Jul 2021 23:04:23 +0200 Subject: [PATCH] remove warn from CI and go green as well --- test/test_cpp_double_float_arithmetic.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_cpp_double_float_arithmetic.cpp b/test/test_cpp_double_float_arithmetic.cpp index d977abb7..acbd8893 100644 --- a/test/test_cpp_double_float_arithmetic.cpp +++ b/test/test_cpp_double_float_arithmetic.cpp @@ -88,7 +88,6 @@ int test_op(char op, const unsigned count = 10000U) const control_float_type MaxError = boost::multiprecision::ldexp(control_float_type(1), -std::numeric_limits::digits); std::cout << "testing operator" << op << " (accuracy = " << std::numeric_limits::digits << " bits)..."; - bool result_is_ok = true; for (unsigned i = 0U; i < count; ++i) {