]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
Tweak default values for beamlet lengths.
[lilypond.git] / lily / general-scheme.cc
index 3e1052aed37cc674e2007464d964188e0ff731ff..94c05ee6073a2ea03cf19b70f0de339f81069bc3 100644 (file)
@@ -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);
 }