[Libreoffice-commits] core.git: sax/source

Tor Lillqvist tml at collabora.com
Fri Jan 3 02:09:39 PST 2014


 sax/source/fastparser/fastparser.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 308fdfb1a9176f65c11d82b95e3aa73b87e2fe47
Author: Tor Lillqvist <tml at 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 );


More information about the Libreoffice-commits mailing list