]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/MemMang/heap_1.c
Cast away a few unused return types to ensure lint/compilers don't generate warnings...
[freertos] / FreeRTOS / Source / portable / MemMang / heap_1.c
index 92386de54452be78e254670aa691fbe4cb52d68e..8a0806aa73156b78d04501e9f228d4999b15a6bf 100644 (file)
@@ -1,5 +1,5 @@
 /*\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
@@ -125,8 +125,8 @@ static uint8_t *pucAlignedHeap = NULL;
                }\r
 \r
                traceMALLOC( pvReturn, xWantedSize );\r
-       }       \r
-       xTaskResumeAll();\r
+       }\r
+       ( void ) xTaskResumeAll();\r
 \r
        #if( configUSE_MALLOC_FAILED_HOOK == 1 )\r
        {\r