X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frelative-octave-music.cc;h=cbd7969fede54fffeca0f1c7871407e894c95ce2;hb=037dfabec2317c60d2f0c9b2d48cb16248e6fff2;hp=bf6116ab17036e8b69ab2c263053320662bf121a;hpb=7f3f0083f89d87c5ed0422858e9648fc759e98a4;p=lilypond.git diff --git a/lily/relative-octave-music.cc b/lily/relative-octave-music.cc index bf6116ab17..cbd7969fed 100644 --- a/lily/relative-octave-music.cc +++ b/lily/relative-octave-music.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2008 Han-Wen Nienhuys + (c) 1998--2009 Han-Wen Nienhuys */ #include "music.hh" @@ -19,9 +19,9 @@ public: MAKE_SCHEME_CALLBACK (Relative_octave_music, no_relative_callback, 2) SCM -Relative_octave_music::no_relative_callback (SCM music, SCM pitch) +Relative_octave_music::no_relative_callback (SCM /* music */, + SCM pitch) { - (void)music; return pitch; }