X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscm-hash.cc;h=4013af327913b44da4b2dc38a0eb182d0f15a824;hb=dc874af424d0a283b76d45997f77b15a98afec84;hp=af68717b4bccbe96ebc32f1085b845b62b6ba425;hpb=a61f5daba33e3996b58492318ac127f84fbf0d88;p=lilypond.git diff --git a/lily/scm-hash.cc b/lily/scm-hash.cc index af68717b4b..4013af3279 100644 --- a/lily/scm-hash.cc +++ b/lily/scm-hash.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2007 Han-Wen Nienhuys + (c) 1999--2009 Han-Wen Nienhuys */ #include "scm-hash.hh" @@ -120,9 +120,11 @@ Scheme_hash_table::remove (SCM k) } static SCM -collect_handles (void *closure, SCM key, SCM value, SCM result) +collect_handles (void * /* closure */, + SCM key, + SCM value, + SCM result) { - (void) closure; return scm_acons(key, value, result); }