X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frelative-octave-music.cc;h=cbd7969fede54fffeca0f1c7871407e894c95ce2;hb=6e4bfaef2385236187ff3f3fc42501c439e7b5b4;hp=bf6116ab17036e8b69ab2c263053320662bf121a;hpb=e344ae579fa1d81fc6c6f3049494697872fd39f9;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; }