yf13 commented on code in PR #12320:
URL: https://github.com/apache/nuttx/pull/12320#discussion_r1605633792


##########
sched/init/nx_start.c:
##########
@@ -460,14 +462,16 @@ static void idle_task_initialize(void)
 static void idle_group_initialize(void)
 {
   FAR struct task_tcb_s *tcb;
+  volatile uintptr_t p;

Review Comment:
   Casting seems can't resolve above mentioned array-bounds compilation warning.



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