summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-08 15:47:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-08 15:47:34 +0200
commitc4dca26eafd60dc4c4f19e0be0b8e086108b3048 (patch)
tree8a71274021d9b0d536482f804b95c73921ab59b4 /sal
parent6acc6c011d3afd6834efeee1b2efe43652a86f2e (diff)
-Werror=maybe-uninitialized
Change-Id: I7d3c36e564b3a5286ebd32527575472313119587
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/tcvtmb.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/textenc/tcvtmb.cxx b/sal/textenc/tcvtmb.cxx
index 6d0534bf37f3..75e5b7f12862 100644
--- a/sal/textenc/tcvtmb.cxx
+++ b/sal/textenc/tcvtmb.cxx
@@ -92,6 +92,7 @@ sal_Size ImplDBCSToUnicode( const void* pData, SAL_UNUSED_PARAMETER void*,
*pInfo |= RTL_TEXTTOUNICODE_INFO_ERROR | RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL;
break;
}
+ cConv = 0;
}
else
{