Re: silence C++ warnings (issue 231370043 by nine.fierce.ball...@gmail.com)

2015-05-04 Thread nine . fierce . ballads
https://codereview.appspot.com/231370043/diff/1/lily/beaming-pattern.cc File lily/beaming-pattern.cc (right): https://codereview.appspot.com/231370043/diff/1/lily/beaming-pattern.cc#newcode170 lily/beaming-pattern.cc:170: int start_dur = intlog2(static_cast(infos_[i+1].start_moment_.main_part_.d

Re: silence C++ warnings (issue 231370043 by nine.fierce.ball...@gmail.com)

2015-05-04 Thread dak
https://codereview.appspot.com/231370043/diff/1/lily/beaming-pattern.cc File lily/beaming-pattern.cc (right): https://codereview.appspot.com/231370043/diff/1/lily/beaming-pattern.cc#newcode170 lily/beaming-pattern.cc:170: int start_dur = intlog2(static_cast(infos_[i+1].start_moment_.main_part_.d

silence C++ warnings (issue 231370043 by nine.fierce.ball...@gmail.com)

2015-05-04 Thread nine . fierce . ballads
Reviewers: , Message: I noticed these recently and it seemed appropriate to fix them this way. Description: silence C++ warnings Please review this at https://codereview.appspot.com/231370043/ Affected files (+2, -2 lines): M lily/beaming-pattern.cc M lily/page-breaking.cc Index: lily/be