mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Math: avoid build warnings
This commit is contained in:
parent
27686aed47
commit
3e853344f3
@ -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)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user