xiaoxiang781216 commented on code in PR #16342: URL: https://github.com/apache/nuttx/pull/16342#discussion_r2081100470
########## sched/wqueue/kwork_cancel.c: ########## @@ -46,6 +46,7 @@ static int work_qcancel(FAR struct kwork_wqueue_s *wqueue, bool sync, FAR struct work_s *work) { irqstate_t flags; + sem_t *sync_wait = NULL; Review Comment: add FAR -- 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