Fix compiler warnings

This commit is contained in:
Bart van Strien
2011-08-26 12:48:57 +02:00
parent 5c43ba2779
commit 0d174cfb81
4 changed files with 11 additions and 11 deletions
@@ -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] == '.')
{