Commit 5424d9d
authored
Downgrade return-mismatch error to warning (FreeRTOS#1374)
portYIELD_FROM_ISR(x) is defined as 'return x' in the Windows port which
causes compilation failures in the WIN32-MinGW demo when using GCC 14.
Failure: https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/runs/18272553628/job/52017559140?pr=1317
Signed-off-by: Gaurav Aggarwal <[email protected]>1 parent bcef9d0 commit 5424d9d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments