Fixed compiler warning.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7578 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-02-02 10:24:56 +00:00
parent 040ad4d692
commit bdefd9f7b3

View File

@@ -86,6 +86,7 @@ ParticleKind* ParticleKindManager::getParticles(const char* name)
}
catch (std::runtime_error& e)
{
(void)e; // remove compiler warning
// not found in track directory, let's try globally...
}
}