Terminate all switch cases with at least LFS_UNREACHABLE()
Just to be extra safe. No code changes.
This commit is contained in:
@@ -9530,6 +9530,7 @@ static int lfsr_mtree_traverse_(lfs_t *lfs, lfsr_traversal_t *t,
|
|||||||
LFS_ERROR("Weird mroot entry? 0x%"PRIx32, tag);
|
LFS_ERROR("Weird mroot entry? 0x%"PRIx32, tag);
|
||||||
return LFS_ERR_CORRUPT;
|
return LFS_ERR_CORRUPT;
|
||||||
}
|
}
|
||||||
|
LFS_UNREACHABLE();
|
||||||
|
|
||||||
// iterate over mdirs in the mtree
|
// iterate over mdirs in the mtree
|
||||||
case LFSR_TSTATE_MDIRS:;
|
case LFSR_TSTATE_MDIRS:;
|
||||||
@@ -9617,6 +9618,7 @@ static int lfsr_mtree_traverse_(lfs_t *lfs, lfsr_traversal_t *t,
|
|||||||
LFSR_TSTATE_OMDIRS);
|
LFSR_TSTATE_OMDIRS);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
LFS_UNREACHABLE();
|
||||||
|
|
||||||
// scan for blocks/btrees in our opened file list
|
// scan for blocks/btrees in our opened file list
|
||||||
case LFSR_TSTATE_OMDIRS:;
|
case LFSR_TSTATE_OMDIRS:;
|
||||||
|
|||||||
Reference in New Issue
Block a user