summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-05 18:50:03 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-05 18:50:03 +0200
commit669f1b8af15bbef41ee253f20db79062441e4634 (patch)
tree2c9c943c7bed7cf9876f2eeb158bdd182af5bcad /include/rtl/ustring.hxx
parent3943daaa353ca3cd4ae1873249c94ed2856dd99a (diff)
WaE: unused variable 'bSuccess'
Change-Id: Ia76ac36d3220883aa72b67dbaaa5c0e0251e3cf3
Diffstat (limited to 'include/rtl/ustring.hxx')
-rw-r--r--include/rtl/ustring.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 9ffe5a1901e6..9815f9fe277e 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;
}