remove warn from CI and go green as well

This commit is contained in:
Christopher Kormanyos
2021-07-18 23:04:23 +02:00
parent f3c299e43a
commit 14a2bd9775

View File

@@ -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<naked_double_float_type>::digits);
std::cout << "testing operator" << op << " (accuracy = " << std::numeric_limits<naked_double_float_type>::digits << " bits)...";
bool result_is_ok = true;
for (unsigned i = 0U; i < count; ++i)
{