]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/engraver.cc
(internal_make_grob): use variables.
[lilypond.git] / lily / engraver.cc
index 5f74a8b5c5ba0afc17a0951349b075116372b479..f66aff808c044ff0730682f8ab7424ea63c34b78 100644 (file)
@@ -110,6 +110,10 @@ LY_DEFINE (ly_set_grob_creation_callback, "ly:set-grob-creation-callback",
 Grob *
 Engraver::internal_make_grob (SCM symbol, SCM cause, char const *name, char const *file, int line, char const *fun)
 {
+  (void) file;
+  (void) fun;
+  (void) line;
+  
   SCM props = updated_grob_properties (context (), symbol);
 
   Object_key const *key = context ()->get_grob_key (name);