mbox series

[uclibc-ng-devel,0/6] Warning fixes

Message ID 20200922121703.12838-1-ysionneau@kalray.eu
Headers show
Series Warning fixes | expand

Message

Yann Sionneau Sept. 22, 2020, 12:16 p.m. UTC
This patchset only contains harmless warning fixes.
That's a first effort for code cleanup.

Yann Sionneau (6):
  Fix unused variable warning in dl-startup.c
  Fix warning about missing const qualifier
  Fix warning about macro redefinition
  Fix warning due to unused variable in strlen
  Fix warning due to relaxed function declaration prototype
  Fix warning due to unused label in NPTL

 ldso/ldso/dl-startup.c           |  6 ++++--
 libc/misc/fnmatch/fnmatch_loop.c |  4 ++--
 libc/misc/internals/tempname.c   | 12 ++++++------
 libc/string/generic/strlen.c     | 21 ++-------------------
 libintl/libintl.c                |  2 +-
 libpthread/nptl/allocatestack.c  |  2 ++
 6 files changed, 17 insertions(+), 30 deletions(-)

Comments

Waldemar Brodkorb Sept. 26, 2020, 3:20 p.m. UTC | #1
Hi Yannn,

thanks, applied and pushed,

best regards
 Waldemar

Yann Sionneau wrote,

> This patchset only contains harmless warning fixes.
> That's a first effort for code cleanup.
> 
> Yann Sionneau (6):
>   Fix unused variable warning in dl-startup.c
>   Fix warning about missing const qualifier
>   Fix warning about macro redefinition
>   Fix warning due to unused variable in strlen
>   Fix warning due to relaxed function declaration prototype
>   Fix warning due to unused label in NPTL
> 
>  ldso/ldso/dl-startup.c           |  6 ++++--
>  libc/misc/fnmatch/fnmatch_loop.c |  4 ++--
>  libc/misc/internals/tempname.c   | 12 ++++++------
>  libc/string/generic/strlen.c     | 21 ++-------------------
>  libintl/libintl.c                |  2 +-
>  libpthread/nptl/allocatestack.c  |  2 ++
>  6 files changed, 17 insertions(+), 30 deletions(-)
> 
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> devel mailing list
> devel@uclibc-ng.org
> https://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel