include/rtl/ustring.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 669f1b8af15bbef41ee253f20db79062441e4634
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed Nov 5 18:50:03 2014 +0200

    WaE: unused variable 'bSuccess'
    
    Change-Id: Ia76ac36d3220883aa72b67dbaaa5c0e0251e3cf3

diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 9ffe5a1..9815f9f 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -2091,6 +2091,7 @@ public:
                                                    rSource.getLength(),
                                                    RTL_TEXTENCODING_UTF8,
                                                    
RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_ERROR|RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_ERROR|RTL_TEXTTOUNICODE_FLAGS_INVALID_ERROR);
+        (void) bSuccess;
         assert(bSuccess);
         return aTarget;
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to