diff options
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 ); |