summaryrefslogtreecommitdiff
path: root/sax/source
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source')
-rw-r--r--sax/source/fastparser/fastparser.cxx2
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 );