Message ID | 20200922121703.12838-1-ysionneau@kalray.eu |
---|---|
Headers | show |
Series | Warning fixes | expand |
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