mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Avoid some VC++ compiler warnings
This commit is contained in:
@@ -76,7 +76,7 @@ EdgeShape *ChainShape::getChildEdge(int index) const
|
||||
{
|
||||
c->GetChildEdge(e, index);
|
||||
}
|
||||
catch (love::Exception &ex)
|
||||
catch (love::Exception &)
|
||||
{
|
||||
delete e;
|
||||
throw;
|
||||
|
||||
Reference in New Issue
Block a user