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 2022/10/24 11:30:35 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7414: arch/armv6-m: fix compile error on LLVM clang

pkarashchenko commented on code in PR #7414:
URL: https://github.com/apache/incubator-nuttx/pull/7414#discussion_r1003206207


##########
boards/arm/phy62xx/phy6222/src/bringup.c:
##########
@@ -70,7 +70,7 @@ extern int phyplus_timer_initialize(const char *devpath, int timer);
 
 int phy62xx_bringup(void)
 {
-  int ret;
+  int ret = OK;

Review Comment:
   Let's remove `UNUSED(ret);` and update return to `return ret;`



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