Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toolchain/ghs: Fix tstate_t "enumerated type mixed with another type"…
… warnings "/mnt/yang/qixinwei_cmake/nuttx/sched/sched/sched_removeblocked.c", line 58: warning #188-D: enumerated type mixed with another type tstate_t task_state = btcb->task_state; "/mnt/yang/qixinwei_cmake/nuttx/sched/sched/sched_setpriority.c", line 243: warning #188-D: enumerated type mixed with another type tstate_t task_state = tcb->task_state; Signed-off-by: yanghuatao <[email protected]>
- Loading branch information