1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some more warnings.

This commit is contained in:
jules 2012-09-24 15:45:25 +01:00
parent a180c6c358
commit 6b1654e1d2
47 changed files with 129 additions and 116 deletions

View file

@ -89,7 +89,7 @@ public:
}
int replaceIndex = 0;
size_t bestLastUsageCount = std::numeric_limits<int>::max();
size_t bestLastUsageCount = std::numeric_limits<size_t>::max();
for (int i = faces.size(); --i >= 0;)
{