masayuki2009 commented on PR #1610:
URL: https://github.com/apache/nuttx-apps/pull/1610#issuecomment-1452707073
```
====================================================================================
Configuration/Tool: sim/vpnkit
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Building NuttX...
In file included from nsh_proccmds.c:40:
nsh_proccmds.c: In function 'ps_callback':
Error: nsh_proccmds.c:522:16: error: format '%lu' expects a matching 'long
unsigned int' argument [-Werror=format=]
522 | "%06lu "
| ^~~~~~~~
nsh_console.h:53:49: note: in definition of macro 'nsh_output'
53 | # define nsh_output(v, ...) (v)->output(v, ##__VA_ARGS__)
| ^~~~~~~~~~~
nsh_proccmds.c:523:21: note: format string is defined here
523 | "%06lu "
| ~~~~^
| |
| long unsigned int
cc1: all warnings being treated as errors
```
--
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]