mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 03:10:35 +08:00
fix all sign-compare warnings
This commit is contained in:
committed by
Lorenz Meier
parent
cf74166801
commit
9ce83f2208
@@ -808,7 +808,7 @@ static int _ram_restart(dm_reset_reason reason)
|
||||
static int
|
||||
_file_restart(dm_reset_reason reason)
|
||||
{
|
||||
unsigned offset = 0;
|
||||
int offset = 0;
|
||||
int result = 0;
|
||||
/* We need to scan the entire file and invalidate and data that should not persist after the last reset */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user