X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fscm-hash.cc;h=4013af327913b44da4b2dc38a0eb182d0f15a824;hb=037dfabec2317c60d2f0c9b2d48cb16248e6fff2;hp=ed3345b5acff86c055ef72b404c48e4be8f4c4a9;hpb=0387f04497978e37b335a8b99eec905499d6ad0f;p=lilypond.git diff --git a/lily/scm-hash.cc b/lily/scm-hash.cc index ed3345b5ac..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--2008 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); }