From 239b3ab10b460da34c490a7e06a21c984e21ffb6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 26 Nov 2021 20:21:12 +0000 Subject: Enable all Jason Turner recommended warnings --- test/test-maths.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test-maths.cpp b/test/test-maths.cpp index 02d3708..decebcc 100644 --- a/test/test-maths.cpp +++ b/test/test-maths.cpp @@ -152,8 +152,8 @@ BOOST_DATA_TEST_CASE(test_find_arc_centre, {{2, 2}, pi, {3, 3}, half_pi, {3, 2}, true}, {{2, 2}, pi, {1, 3}, -half_pi, {1, 2}, false}, {{-1100, -1000}, pi, {-900, -800}, half_pi, {-900, -1000}, true}, - {{1100, 1000}, 0, {1050, 900}, pi + 0.92, {973, 1000}, true}, - {{1050, 900}, 0.92, {1000, 800}, pi, {1127, 800}, false}, + {{1100, 1000}, 0, {1050, 900}, pi + 0.92F, {973, 1000}, true}, + {{1050, 900}, 0.92F, {1000, 800}, pi, {1127, 800}, false}, }), s, es, e, ee, exp, lr) { -- cgit v1.2.3