Re: [PATCH 5/5] testsuites/libtests/malloctest: fix warning

2022-06-09 Thread Sebastian Huber
On 08/06/2022 15:34, Matthew Joyce wrote: @@ -118,13 +116,6 @@ static void test_realloc(void) malloc_walk_ok = malloc_walk( 1234, false ); rtems_test_assert( malloc_walk_ok ); _Thread_Dispatch_enable( _Per_CPU_Get() ); - - /* - * Realloc with a bad pointer to force a point - */

[PATCH 5/5] testsuites/libtests/malloctest: fix warning

2022-06-08 Thread Matthew Joyce
From: Matt Joyce Removed problematic free() and several unnecessary print statement parameters. This fixes new warnings in gcc 12. --- testsuites/libtests/malloctest/init.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git