Clean up some warnings and some unused if-related code

This commit is contained in:
ridiculousfish
2012-09-01 12:29:00 -07:00
parent de5223db66
commit ff124465fd
6 changed files with 27 additions and 71 deletions

View File

@@ -288,7 +288,7 @@ static int update_values( wcstring_list_t &list,
{
return 1;
}
if ( ind >= list.size() )
if ( (size_t)ind >= list.size() )
{
list.resize( ind+1 );
}