X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Foptimal-page-breaking.cc;h=44e96602e8dce90423658e5e27352da8ee923fca;hb=43600104d4f9a82f744e9bc4da8d4a0cb69047f9;hp=b45781fd0a7fc0b0c459a0a3acc1cdc6a9f7604e;hpb=c5a4d8bc26d69c661666364b8b26700ea13fa645;p=lilypond.git diff --git a/lily/optimal-page-breaking.cc b/lily/optimal-page-breaking.cc index b45781fd0a..44e96602e8 100644 --- a/lily/optimal-page-breaking.cc +++ b/lily/optimal-page-breaking.cc @@ -5,7 +5,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Joe Neeman + (c) 2006--2009 Joe Neeman */ #include "international.hh" @@ -18,9 +18,8 @@ #include "system.hh" static bool -is_break (Grob *g) +is_break (Grob *) { - (void) g; /* shutup warning */ return false; }