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:
parent
a180c6c358
commit
6b1654e1d2
47 changed files with 129 additions and 116 deletions
|
|
@ -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;)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue