#define static\r
#endif\r
\r
-/*lint -e956 */\r
PRIVILEGED_DATA tskTCB * volatile pxCurrentTCB = NULL;\r
\r
/* Lists for ready and blocked tasks. --------------------*/\r
\r
#endif\r
\r
-/*lint +e956 */\r
-\r
signed portBASE_TYPE xTaskGenericCreate( pdTASK_CODE pxTaskCode, const signed char * const pcName, unsigned short usStackDepth, void *pvParameters, unsigned portBASE_TYPE uxPriority, xTaskHandle *pxCreatedTask, portSTACK_TYPE *puxStackBuffer, const xMemoryRegion * const xRegions )\r
{\r
signed portBASE_TYPE xReturn;\r
}\r
#endif /* configUSE_TICKLESS_IDLE */\r
}\r
-} /*lint !e715 pvParameters is not accessed but all task functions require the same prototype. */\r
+}\r
/*-----------------------------------------------------------*/\r
\r
#if configUSE_TICKLESS_IDLE != 0\r