mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
core system: Fix warnings in compilation when assertions are disabled
Adds a CI config for hello world that sets this, to catch future regressions
This commit is contained in:
@@ -1935,6 +1935,7 @@ static void prvAddNewTaskToReadyList( TCB_t *pxNewTCB, TaskFunction_t pxTaskCode
|
||||
taskEXIT_CRITICAL(&xTaskQueueMutex);
|
||||
|
||||
configASSERT( suspended == 0 );
|
||||
(void)suspended;
|
||||
portYIELD_WITHIN_API();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user