Font metric unused variable

2010-07-21 Thread Mike Solomon
Hey all, In compiling lilypond this morning, I saw this: font-metric.cc:82: warning: unused parameter 'k' Checking out the function in question, I saw this: Box Font_metric::get_indexed_char_dimensions (size_t k) const { return Box (Interval (0, 0), Interval (0, 0)); } Not knowing what th

Re: Font metric unused variable

2010-07-21 Thread Patrick McCarty
On Wed, Jul 21, 2010 at 4:51 AM, Mike Solomon wrote: > Hey all, >    In compiling lilypond this morning, I saw this: > > font-metric.cc:82: warning: unused parameter 'k' > > Checking out the function in question, I saw this: > > Box > Font_metric::get_indexed_char_dimensions (size_t k) const > { >

Re: Font metric unused variable

2010-07-21 Thread Patrick McCarty
On Wed, Jul 21, 2010 at 11:43 AM, Patrick McCarty wrote: > On Wed, Jul 21, 2010 at 4:51 AM, Mike Solomon wrote: >> Hey all, >>    In compiling lilypond this morning, I saw this: >> >> font-metric.cc:82: warning: unused parameter 'k' >> >> Checking out the function in question, I saw this: >> >> B