Fixes of linux compile errors and warnings

This commit is contained in:
Jacob Storen
2015-05-27 05:50:12 -07:00
parent 0d56ee060e
commit f6e8bb4a1a
18 changed files with 29 additions and 28 deletions

View File

@@ -205,7 +205,7 @@ void RigFemPart::calculateElmNeighbors()
}
// Check if any of the neighbor candidates faces matches
for (int nbcIdx = 0; nbcIdx < candidates.size(); ++nbcIdx)
for (int nbcIdx = 0; nbcIdx < static_cast<int>(candidates.size()); ++nbcIdx)
{
int nbcElmIdx = candidates[nbcIdx];