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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org