3fb6b4c9ec
mmap/fs_rammap.c:81:39: error: expected ‘)’ before ‘PRIdOFF’ 81 | ferr("ERRORL Seek to position %"PRIdOFF" failed\n", fpos); | ^~~~~~~ mmap/fs_rammap.c:81:12: warning: spurious trailing ‘%’ in format [-Wformat=] 81 | ferr("ERRORL Seek to position %"PRIdOFF" failed\n", fpos); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mmap/fs_rammap.c:81:37: note: format string is defined here 81 | ferr("ERRORL Seek to position %"PRIdOFF" failed\n", fpos); | ^ In file included from mmap/fs_rammap.c:30: mmap/fs_rammap.c:98:51: error: expected ‘)’ before ‘PRIdOFF’ 98 | ferr("ERROR: Write failed: offset=%"PRIdOFF" nwrite=%zd\n", | ^~~~~~~ mmap/fs_rammap.c:98:20: warning: spurious trailing ‘%’ in format [-Wformat=] 98 | ferr("ERROR: Write failed: offset=%"PRIdOFF" nwrite=%zd\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmap/fs_rammap.c:98:49: note: format string is defined here 98 | ferr("ERROR: Write failed: offset=%"PRIdOFF" nwrite=%zd\n", Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Make.defs | ||
fs_anonmap.c | ||
fs_anonmap.h | ||
fs_mmap.c | ||
fs_mmisc.c | ||
fs_msync.c | ||
fs_munmap.c | ||
fs_rammap.c | ||
fs_rammap.h |