diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 20:21:12 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 20:21:12 +0000 |
commit | 239b3ab10b460da34c490a7e06a21c984e21ffb6 (patch) | |
tree | 4ce09f5d091ffbcf063a9d0fc076659dfe9e3142 /test/test-maths.cpp | |
parent | Don't run the app by default (diff) | |
download | ilt-239b3ab10b460da34c490a7e06a21c984e21ffb6.tar.bz2 ilt-239b3ab10b460da34c490a7e06a21c984e21ffb6.tar.xz ilt-239b3ab10b460da34c490a7e06a21c984e21ffb6.zip |
Enable all Jason Turner recommended warnings
Diffstat (limited to 'test/test-maths.cpp')
-rw-r--r-- | test/test-maths.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |