Fixed warnings on MacOS X

This commit is contained in:
Christophe Riccio
2012-11-04 14:26:54 +01:00
parent 1ded040f23
commit 1dda2390e5
16 changed files with 2 additions and 30 deletions

View File

@@ -33,8 +33,6 @@ namespace loader
std::string const & Filename
)
{
char const * File = Filename.c_str();
if(Filename.find(".dds") != std::string::npos)
saveDDS10(Image, Filename);
else if(Filename.find(".tga") != std::string::npos)