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
[email protected]
https://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel

Reply via email to