You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/16 13:54:55 UTC

[GitHub] [nuttx] GUIDINGLI opened a new pull request, #8146: rptun ping: fix warning when open CONFIG_SYSTEM_TIME64

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-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8146: rptun ping: fix warning when open CONFIG_SYSTEM_TIME64

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #8146:
URL: https://github.com/apache/nuttx/pull/8146#issuecomment-1384773534

   Let's ignore the unrelated ci broken which is fixed by https://github.com/apache/nuttx/pull/8155.


-- 
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-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8146: rptun ping: fix warning when open CONFIG_SYSTEM_TIME64

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #8146:
URL: https://github.com/apache/nuttx/pull/8146


-- 
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-unsubscribe@nuttx.apache.org

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