]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-music.cc
Merge commit 'origin' into includes
[lilypond.git] / lily / relative-octave-music.cc
index f940a8b68bb0040f55ab7b3d4633d207cab00c73..8d677c425b6b30ff3d43d64548fb06fb44e1ebc2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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;
 }