GUIDINGLI opened a new pull request, #8146:
URL: https://github.com/apache/nuttx/pull/8146

   ## Summary
   
   rptun ping: fix warning when open CONFIG_SYSTEM_TIME64
   
   rptun/rptun_ping.c: In function 'rptun_ping':
   rptun/rptun_ping.c:171:20: error: format '%lu' expects argument of type 
'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} 
[-Werror=format=]
     171 |   syslog(LOG_INFO, "avg: s %" PRIu32 ", ns %ld\n", ts.tv_sec, 
ts.tv_nsec);
         |                    ^~~~~~~~~~                      ~~~~~~~~~
         |                                                      |
         |
   
   
   ## Impact
   
   rptun
   
   ## Testing
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to