mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -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); \
|
||||
} while (false)
|
||||
|
||||
void foo() { }
|
||||
void foo();
|
||||
void foo() { }
|
||||
TEST(ThreatTests, Distance)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user