Kaydet (Commit) 308fdfb1 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C4101: 'e' : unreferenced local variable

Change-Id: I06c0f9dc742736f632ed9210ae954e0dc19ca19d
üst 9679e9c2
...@@ -278,7 +278,7 @@ private: ...@@ -278,7 +278,7 @@ private:
{ {
mpParser->parse(); mpParser->parse();
} }
catch (const Exception &e) catch (const Exception &)
{ {
Entity &rEntity = mpParser->getEntity(); Entity &rEntity = mpParser->getEntity();
rEntity.getEvent( EXCEPTION ); rEntity.getEvent( EXCEPTION );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment