]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-delimiter.cc
* flower/std-string.cc (std): add to_string(long unsigned).
[lilypond.git] / lily / system-start-delimiter.cc
index 7b37557b34f6cdf407236bdcd16bc0c02a589e68..306d9289f6b26fe922fbc655f27d03bddc3a508b 100644 (file)
@@ -78,6 +78,8 @@ System_start_delimiter::line_bracket (Grob *me, Real height)
 Stencil
 System_start_delimiter::text (Grob *me_grob, Real h)
 {
+  (void) h;
+  
   Spanner *me = dynamic_cast<Spanner*> (me_grob);
   SCM t = me->get_property ("text");
   if (me->get_break_index () == 0)