Avoid some VC++ compiler warnings

This commit is contained in:
Alex Szpakowski
2015-04-02 00:28:09 -03:00
parent 2a6bffaa5a
commit cf0968fc6d
13 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ EdgeShape *ChainShape::getChildEdge(int index) const
{
c->GetChildEdge(e, index);
}
catch (love::Exception &ex)
catch (love::Exception &)
{
delete e;
throw;