X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgeneral-scheme.cc;h=94c05ee6073a2ea03cf19b70f0de339f81069bc3;hb=5d3ad90b7bea98b61c01e00258360e234853aa9b;hp=fd27481938d232f69edcfa5388d5a4c7e6b40597;hpb=17ccef115be6b2b45aa5ecdf0ce8d8dcb9bb8c10;p=lilypond.git diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc index fd27481938..94c05ee607 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--2008 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); }