Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information