]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-hash.cc
More C++.
[lilypond.git] / lily / scm-hash.cc
index ed3345b5acff86c055ef72b404c48e4be8f4c4a9..d3a8d7f9bd474b5bc6072bc17225b0fdcbf72758 100644 (file)
@@ -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);
 }