war on -Werror, part 10: more informals.

This commit is contained in:
Jason Felds
2012-12-27 11:01:51 -05:00
parent d080c38196
commit e86aeb66a8
14 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1697,7 +1697,7 @@ int Player::GetClosestNote( int col, int iNoteRow, int iMaxRowsAhead, int iMaxRo
return iNextIndex;
}
int Player::GetClosestNonEmptyRowDirectional( int iStartRow, int iEndRow, bool bAllowGraded, bool bForward ) const
int Player::GetClosestNonEmptyRowDirectional( int iStartRow, int iEndRow, bool /* bAllowGraded */, bool bForward ) const
{
if( bForward )
{