lupyuen commented on PR #2891: URL: https://github.com/apache/nuttx-apps/pull/2891#issuecomment-2551177404
Sorry @txy-21 I think `rv-virt:citest` might be failing due to this PR, could you take a look? Thanks! https://github.com/NuttX/nuttx/actions/runs/12390461445/job/34585612917#step:7:88 ```text Configuration/Tool: rv-virt/citest kernel/fs/cases/fs_fsync_test.c: In function 'test_nuttx_fs_fsync02': Error: kernel/fs/cases/fs_fsync_test.c:140:20: error: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 140 | syslog(LOG_INFO, "the fbsize = %"PRIu64",buffer size=%d\n", | ^~~~~~~~~~~~~~~~ 141 | statfsbuf.f_bsize, bufsize); | ~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
