87cca254c9
Fix a compiler warning:
fs/incfs/data_mgmt.c: In function ‘incfs_get_filled_blocks’:
fs/incfs/data_mgmt.c:768:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
768 | if (is_data_block_present(&dfb))
| ^
Fixes:
|
||
---|---|---|
.. | ||
data_mgmt.c | ||
data_mgmt.h | ||
format.c | ||
format.h | ||
integrity.c | ||
integrity.h | ||
internal.h | ||
Kconfig | ||
main.c | ||
Makefile | ||
pseudo_files.c | ||
pseudo_files.h | ||
vfs.c | ||
vfs.h |