Re: [PATCH 0/5] Fix gcc 12 warnings

2022-06-08 Thread Chris Johns
Thank you for posting fixes for these warnings.

I opened https://devel.rtems.org/ticket/4662 to track this issue. Can the commit
messages please be updated to includes "Updates #4662".

Thanks
Chris

On 8/6/2022 11:34 pm, Matthew Joyce wrote:
> From: Matt Joyce 
> 
> Hello,
> 
> These patches fix several new warnings which appeared with
> gcc 12.
> 
> Sincerely,
> 
> Matt
> 
> Matt Joyce (5):
>   libcsupport/src/__times.c: fix warning
>   cpukit/posix/src/_execve.c: fix warning
>   cpukit/libmd/md5.c: fix warning
>   testsuites/libtests/POSIX/free.c: fix warning
>   testsuites/libtests/malloctest: fix warning
> 
>  cpukit/libcsupport/src/__times.c  |  5 +
>  cpukit/libmd/md5.c|  2 +-
>  cpukit/posix/src/_execve.c|  5 +
>  testsuites/libtests/POSIX/free.c  |  2 +-
>  testsuites/libtests/malloctest/init.c | 17 +++--
>  5 files changed, 15 insertions(+), 16 deletions(-)
> 
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH 0/5] Fix gcc 12 warnings

2022-06-08 Thread Matthew Joyce
From: Matt Joyce 

Hello,

These patches fix several new warnings which appeared with
gcc 12.

Sincerely,

Matt

Matt Joyce (5):
  libcsupport/src/__times.c: fix warning
  cpukit/posix/src/_execve.c: fix warning
  cpukit/libmd/md5.c: fix warning
  testsuites/libtests/POSIX/free.c: fix warning
  testsuites/libtests/malloctest: fix warning

 cpukit/libcsupport/src/__times.c  |  5 +
 cpukit/libmd/md5.c|  2 +-
 cpukit/posix/src/_execve.c|  5 +
 testsuites/libtests/POSIX/free.c  |  2 +-
 testsuites/libtests/malloctest/init.c | 17 +++--
 5 files changed, 15 insertions(+), 16 deletions(-)

-- 
2.31.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel