From: Mike Frysinger Date: Tue, 27 Dec 2005 09:53:35 +0000 (-0000) Subject: kill off unused warning X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bd523e22b5891349d8ce71dadc8ebbf7376da56c;p=uclinux-h8%2FuClibc.git kill off unused warning --- diff --git a/libpthread/linuxthreads.old/join.c b/libpthread/linuxthreads.old/join.c index 5aeec6a20..a1172fa34 100644 --- a/libpthread/linuxthreads.old/join.c +++ b/libpthread/linuxthreads.old/join.c @@ -93,7 +93,7 @@ void pthread_exit(void * retval) /* Function called by pthread_cancel to remove the thread from waiting on a condition variable queue. */ -static int join_extricate_func(void *obj, pthread_descr th) +static int join_extricate_func(void *obj, pthread_descr th attribute_unused) { volatile pthread_descr self = thread_self(); pthread_handle handle = obj;