WaE: C4101: 'e' : unreferenced local variable

Change-Id: I06c0f9dc742736f632ed9210ae954e0dc19ca19d
This commit is contained in:
Tor Lillqvist
2014-01-03 11:34:10 +02:00
parent 9679e9c232
commit 308fdfb1a9

View File

@@ -278,7 +278,7 @@ private:
{
mpParser->parse();
}
catch (const Exception &e)
catch (const Exception &)
{
Entity &rEntity = mpParser->getEntity();
rEntity.getEvent( EXCEPTION );