AP_Math: avoid build warnings

This commit is contained in:
Andrew Tridgell 2020-05-03 21:33:07 +10:00
parent 27686aed47
commit 3e853344f3

View File

@ -37,7 +37,8 @@
EXPECT_VECTOR3F_EQ(expected, result); \ EXPECT_VECTOR3F_EQ(expected, result); \
} while (false) } while (false)
void foo() { } void foo();
void foo() { }
TEST(ThreatTests, Distance) TEST(ThreatTests, Distance)
{ {