diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-03 11:34:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-03 11:54:30 +0200 |
commit | 308fdfb1a9176f65c11d82b95e3aa73b87e2fe47 (patch) | |
tree | 1e04d2c95b6ada5dd8c459d70cecd9b822cf6da6 /sax | |
parent | 9679e9c23216decb5f9f25f85b04cb3f25211111 (diff) |
WaE: C4101: 'e' : unreferenced local variable
Change-Id: I06c0f9dc742736f632ed9210ae954e0dc19ca19d
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 93b58d87a515..3472524f04d5 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -278,7 +278,7 @@ private: { mpParser->parse(); } - catch (const Exception &e) + catch (const Exception &) { Entity &rEntity = mpParser->getEntity(); rEntity.getEvent( EXCEPTION ); |