diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-21 09:13:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-21 09:13:43 +0300 |
commit | e2d061fe93c077c3946376bdb2c63da943b4b0b1 (patch) | |
tree | 7a395c9b317c2977e584763b7988d24ef40a65b6 /sax | |
parent | 670690e200e82be6a087ab57599e23a320dd5dde (diff) |
WaE: unreferenced local variable
Change-Id: I9783f03e656049b4f3b7f0a26a7ae626db5a13f6
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 fa8990da6627..7ddfcff29e33 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -74,7 +74,7 @@ private: { mpParser->parse(); } - catch (const SAXParseException& e) + catch (const SAXParseException&) { mpParser->getEntity().getEvent( EXCEPTION ); mpParser->produce( EXCEPTION ); |