From 3cecc6eba34925cb4e78d5b18d70036049a48fc0 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 18 Oct 2006 22:47:50 +0000 Subject: [PATCH] (internal_make_grob): use variables. --- ChangeLog | 2 ++ lily/engraver.cc | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index be1aae5b67..269c42fdbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-19 Han-Wen Nienhuys + * lily/engraver.cc (internal_make_grob): use variables. + * flower/string-convert.cc (dec2double): clean-up warnings. * configure.in (CXXFLAGS): add -Werror. diff --git a/lily/engraver.cc b/lily/engraver.cc index 5f74a8b5c5..f66aff808c 100644 --- a/lily/engraver.cc +++ b/lily/engraver.cc @@ -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); -- 2.39.2