acassis commented on PR #18840:
URL: https://github.com/apache/nuttx/pull/18840#issuecomment-4366024378
@xiaoxiang781216 please take a look:
```
chip/bm3803_freerun.c: In function 'bm3803_freerun_counter':
Error: chip/bm3803_freerun.c:235:11: error: format '%u' expects argument of
type 'unsigned int', but argument 4 has type 'time_t {aka long long int}'
[-Werror=format=]
tmrinfo("usec=%llu ts=(%u, %lu)\n",
^
usec, ts->tv_sec, (unsigned long)ts->tv_nsec);
~~~~~
```
--
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]