pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/linked-list.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/linked-list.c
Date: Mon, 04 Jul 2005 00:46:13 -0400

Index: pspp/src/linked-list.c
diff -u pspp/src/linked-list.c:1.2 pspp/src/linked-list.c:1.3
--- pspp/src/linked-list.c:1.2  Fri Apr 29 01:02:15 2005
+++ pspp/src/linked-list.c      Mon Jul  4 04:46:13 2005
@@ -39,7 +39,7 @@
 
 /* Return the next element in LL iterated by LI */
 void *
-ll_next (const struct linked_list *ll, struct ll_iterator *li)
+ll_next (const struct linked_list *ll UNUSED, struct ll_iterator *li)
 {
   assert( ll ) ;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]