Fix most ARM warnings

This commit is contained in:
Ryan Houdek
2013-07-05 19:56:15 -05:00
parent cdfd7905a0
commit 7d6b36bf73
6 changed files with 12 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ bool GeckoCode::Compare(GeckoCode compare) const
if (codes.size() != compare.codes.size())
return false;
int exist = 0;
unsigned int exist = 0;
std::vector<GeckoCode::Code>::const_iterator
codes_iter = codes.begin(),
codes_end = codes.end();