mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Fix compiler warnings
This commit is contained in:
@@ -314,7 +314,7 @@ namespace physfs
|
||||
std::string tokenized_name(filename);
|
||||
std::string tokenized_function(filename);
|
||||
|
||||
for (int i = 0; i < tokenized_name.size(); i++)
|
||||
for (unsigned int i = 0; i < tokenized_name.size(); i++)
|
||||
{
|
||||
if (tokenized_name[i] == '.')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user