]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/croutine.c
Cast away a few unused return types to ensure lint/compilers don't generate warnings...
[freertos] / FreeRTOS / Source / croutine.c
index 686b74df50e5cc1fbf4ca6be89df9a4362817c8b..aa306a90184c6420c0ee49db13ed5c1b45e67f67 100644 (file)
@@ -292,7 +292,7 @@ CRCB_t *pxCRCB;
                                have been moved to the pending ready list and the following\r
                                line is still valid.  Also the pvContainer parameter will have\r
                                been set to NULL so the following lines are also valid. */\r
-                               uxListRemove( &( pxCRCB->xGenericListItem ) );\r
+                               ( void ) uxListRemove( &( pxCRCB->xGenericListItem ) );\r
 \r
                                /* Is the co-routine waiting on an event also? */\r
                                if( pxCRCB->xEventListItem.pvContainer )\r