svn commit: trunk/uClibc/libpthread/linuxthreads.old

vapier at uclibc.org vapier at uclibc.org
Tue Dec 27 09:53:37 UTC 2005


Author: vapier
Date: 2005-12-27 01:53:35 -0800 (Tue, 27 Dec 2005)
New Revision: 12995

Log:
kill off unused warning

Modified:
   trunk/uClibc/libpthread/linuxthreads.old/join.c


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads.old/join.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old/join.c	2005-12-27 09:53:18 UTC (rev 12994)
+++ trunk/uClibc/libpthread/linuxthreads.old/join.c	2005-12-27 09:53:35 UTC (rev 12995)
@@ -93,7 +93,7 @@
 /* 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;




More information about the uClibc-cvs mailing list