Re: [uclibc-ng-devel] [PATCH] libpthread/nptl: bugfix compile warning.

2017-10-10 Thread Waldemar Brodkorb
Hi, Guo Ren wrote, > warning: unused variable 'self' [-Wunused-variable] > > Signed-off-by: Guo Ren Thanks, applied and pushed, best regards Waldemar ___ devel mailing list devel@uclibc-ng.org https://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/

[uclibc-ng-devel] [PATCH] libpthread/nptl: bugfix compile warning.

2017-10-09 Thread Guo Ren
warning: unused variable 'self' [-Wunused-variable] Signed-off-by: Guo Ren --- libpthread/nptl/sysdeps/unix/sysv/linux/fork.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/fork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/fork.c in