mirror of https://github.com/ArduPilot/ardupilot
AP_SmartRTL: fixed build warning on gcc9
this example produces a slightly oversize frame
This commit is contained in:
parent
90cd2a38b6
commit
1000371d8a
|
@ -129,4 +129,7 @@ void check_path(const std::vector<Vector3f>& correct_path, const char* test_name
|
|||
}
|
||||
}
|
||||
|
||||
// gcc9 produces a large frame
|
||||
#pragma GCC diagnostic ignored "-Wframe-larger-than="
|
||||
|
||||
AP_HAL_MAIN();
|
||||
|
|
Loading…
Reference in New Issue