From e2d061fe93c077c3946376bdb2c63da943b4b0b1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 21 Oct 2013 09:13:43 +0300 Subject: WaE: unreferenced local variable Change-Id: I9783f03e656049b4f3b7f0a26a7ae626db5a13f6 --- sax/source/fastparser/fastparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') 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 ); -- cgit