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
/*\r
- FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. \r
+ FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd.\r
All rights reserved\r
\r
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
}\r
\r
traceMALLOC( pvReturn, xWantedSize );\r
- } \r
- xTaskResumeAll();\r
+ }\r
+ ( void ) xTaskResumeAll();\r
\r
#if( configUSE_MALLOC_FAILED_HOOK == 1 )\r
{\r
\r
traceMALLOC( pvReturn, xWantedSize );\r
}\r
- xTaskResumeAll();\r
+ ( void ) xTaskResumeAll();\r
\r
#if( configUSE_MALLOC_FAILED_HOOK == 1 )\r
{\r
xFreeBytesRemaining += pxLink->xBlockSize;\r
traceFREE( pv, pxLink->xBlockSize );\r
}\r
- xTaskResumeAll();\r
+ ( void ) xTaskResumeAll();\r
}\r
}\r
/*-----------------------------------------------------------*/\r
/*\r
- FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. \r
+ FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd.\r
All rights reserved\r
\r
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
* This file can only be used if the linker is configured to to generate\r
* a heap memory area.\r
*\r
- * See heap_1.c, heap_2.c and heap_4.c for alternative implementations, and the \r
+ * See heap_1.c, heap_2.c and heap_4.c for alternative implementations, and the\r
* memory management pages of http://www.FreeRTOS.org for more information.\r
*/\r
\r
pvReturn = malloc( xWantedSize );\r
traceMALLOC( pvReturn, xWantedSize );\r
}\r
- xTaskResumeAll();\r
+ ( void ) xTaskResumeAll();\r
\r
#if( configUSE_MALLOC_FAILED_HOOK == 1 )\r
{\r
}\r
}\r
#endif\r
- \r
+\r
return pvReturn;\r
}\r
/*-----------------------------------------------------------*/\r
free( pv );\r
traceFREE( pv, 0 );\r
}\r
- xTaskResumeAll();\r
+ ( void ) xTaskResumeAll();\r
}\r
}\r
\r
\r
traceMALLOC( pvReturn, xWantedSize );\r
}\r
- xTaskResumeAll();\r
+ ( void ) xTaskResumeAll();\r
\r
#if( configUSE_MALLOC_FAILED_HOOK == 1 )\r
{\r
/* Add this block to the list of free blocks. */\r
xFreeBytesRemaining += pxLink->xBlockSize;\r
traceFREE( pv, pxLink->xBlockSize );\r
- prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); \r
+ prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) );\r
}\r
- xTaskResumeAll();\r
+ ( void ) xTaskResumeAll();\r
}\r
else\r
{\r