projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8fda40
)
(ll_next) First arg is UNUSED when NDEBUG is defined.
author
Ben Pfaff
<blp@gnu.org>
Mon, 4 Jul 2005 04:46:13 +0000
(
04:46
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Mon, 4 Jul 2005 04:46:13 +0000
(
04:46
+0000)
src/linked-list.c
patch
|
blob
|
history
diff --git
a/src/linked-list.c
b/src/linked-list.c
index a4340fac329f29246f3b9b2fb5b04f38d944867b..e7631a43f53da55ef1f7eae3ecd73b94f00508c1 100644
(file)
--- a/
src/linked-list.c
+++ b/
src/linked-list.c
@@
-39,7
+39,7
@@
ll_first (const struct linked_list *ll, struct ll_iterator *li)
/* 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 ) ;