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 2021/07/06 09:57:56 UTC

[GitHub] [incubator-nuttx] fjpanag opened a new pull request #4081: lpc17_40: fixed compiler warnings.

fjpanag opened a new pull request #4081:
URL: https://github.com/apache/incubator-nuttx/pull/4081


   ## Summary
   
   Fixed a couple of compiler warnings in LPC17xx/LPC40xx RTC driver.
   
   1. In `up_rtc_initialize()` variable `ret` was not always used, causing a warning. Now it is returned as it should.
   2. The function `rtc_resume()` was neither implemented, nor used anywhere. It was just causing an unused function warning.
   
   ## Impact
   
   None.
   
   ## Testing
   
   Builds without warnings.
   
   


-- 
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] [incubator-nuttx] xiaoxiang781216 merged pull request #4081: lpc17_40: fixed compiler warnings.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4081:
URL: https://github.com/apache/incubator-nuttx/pull/4081


   


-- 
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