X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgeneral-scheme.cc;h=8b5766387e0de808afe9c81d567c5cd9dfc16844;hb=6a18123d7fcd2f4ee57835c5ea70835ceabb5c39;hp=fd27481938d232f69edcfa5388d5a4c7e6b40597;hpb=e39023070bb394bd75d19360dfdef983ac361714;p=lilypond.git diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc index fd27481938..8b5766387e 100644 --- a/lily/general-scheme.cc +++ b/lily/general-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Jan Nieuwenhuizen + (c) 1998--2009 Jan Nieuwenhuizen Han-Wen Nienhuys */ @@ -345,10 +345,11 @@ LY_DEFINE (ly_stderr_redirect, "ly:stderr-redirect", } static SCM -accumulate_symbol (void *closure, SCM key, SCM val, SCM result) +accumulate_symbol (void * /* closure */, + SCM key, + SCM /* val */, + SCM result) { - (void) closure; - (void) val; return scm_cons (key, result); }