[Libreoffice-commits] core.git: sax/source
Tor Lillqvist
tml at collabora.com
Sun Oct 20 23:14:17 PDT 2013
sax/source/fastparser/fastparser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e2d061fe93c077c3946376bdb2c63da943b4b0b1
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Oct 21 09:13:43 2013 +0300
WaE: unreferenced local variable
Change-Id: I9783f03e656049b4f3b7f0a26a7ae626db5a13f6
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index fa8990d..7ddfcff 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 );
More information about the Libreoffice-commits
mailing list