Case unused return values for memset and memcpy to void in stream_buffer.c to avoid compiler warnings when the warning level is turned up.

Remove duplicate comment in heap_1.c.
This commit is contained in:
Richard Barry 2018-08-29 15:43:41 +00:00
parent 0d6e3df7ec
commit e2750cd388
2 changed files with 6 additions and 7 deletions

View file

@ -52,7 +52,6 @@ task.h is included from an application file. */
/* A few bytes might be lost to byte aligning the heap start address. */
#define configADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT )
/* Allocate the memory for the heap. */
/* Allocate the memory for the heap. */
#if( configAPPLICATION_ALLOCATED_HEAP == 1 )
/* The application writer has already defined the array used for the RTOS