]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context.cc
Use a `define-builtin-markup-command' macro for builtin markups, which
[lilypond.git] / lily / context.cc
index 706548774539a854ec5f91080e52565f9de1344d..d4177e77bfa040018e57a085a68740085c915204 100644 (file)
@@ -475,6 +475,12 @@ Context::internal_set_property (SCM sym, SCM val
 #endif
                                )
 {
+#ifndef NDEBUG
+  (void) file;
+  (void) line;
+  (void) fun;
+#endif
+
   if (do_internal_type_checking_global)
     assert (type_check_assignment (sym, val, ly_symbol2scm ("translation-type?")));