sax/source/fastparser/fastparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 308fdfb1a9176f65c11d82b95e3aa73b87e2fe47 Author: Tor Lillqvist <t...@collabora.com> Date: Fri Jan 3 11:34:10 2014 +0200 WaE: C4101: 'e' : unreferenced local variable Change-Id: I06c0f9dc742736f632ed9210ae954e0dc19ca19d diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 93b58d8..3472524 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -278,7 +278,7 @@ private: { mpParser->parse(); } - catch (const Exception &e) + catch (const Exception &) { Entity &rEntity = mpParser->getEntity(); rEntity.getEvent( EXCEPTION ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits