mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Mark FILESYSTEM_ERRCOUNT_NOTIFY_LIMIT as an unsigned int
Fix the compilationof mavlink_mission.cpp failing with error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
This commit is contained in:
parent
fc47f62b14
commit
2c947735ae
@ -133,7 +133,7 @@ private:
|
||||
|
||||
bool _verbose;
|
||||
|
||||
static constexpr int FILESYSTEM_ERRCOUNT_NOTIFY_LIMIT = 2; ///< Error count limit before stopping to report FS errors
|
||||
static constexpr unsigned int FILESYSTEM_ERRCOUNT_NOTIFY_LIMIT = 2; ///< Error count limit before stopping to report FS errors
|
||||
|
||||
/* do not allow top copying this class */
|
||||
MavlinkMissionManager(MavlinkMissionManager &);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user