mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00

Various convenience macros in tasks.c will simply leave macro arguments unused when built for single-core. This leads to an 'unused variable' warning. This commit updates those macrso so that the unused arguments have a '(void)' statement.