summaryrefslogtreecommitdiffstats
path: root/sal/qa
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-02-22 12:16:26 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-02-22 12:17:07 +0000
commit294d7afb66503af554850c64f4d195f727fa2371 (patch)
tree6e899893371532273b77a0e81adbd5d13da7a786 /sal/qa
parentfix sw build (diff)
downloadcore-294d7afb66503af554850c64f4d195f727fa2371.tar.gz
core-294d7afb66503af554850c64f4d195f727fa2371.zip
silence warning.
Change-Id: Ibf82038c15c9ecf6de502bae1dd21e2393cafe09
Diffstat (limited to 'sal/qa')
-rw-r--r--sal/qa/rtl/textenc/rtl_textcvt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/textenc/rtl_textcvt.cxx b/sal/qa/rtl/textenc/rtl_textcvt.cxx
index ba7074f26ec3..5c957f633cf0 100644
--- a/sal/qa/rtl/textenc/rtl_textcvt.cxx
+++ b/sal/qa/rtl/textenc/rtl_textcvt.cxx
@@ -252,7 +252,7 @@ void doComplexCharSetTest(ComplexCharSetTest const & rTest) {
rtl_destroyTextToUnicodeConverter(aConverter);
}
if (rTest.m_bNoContext && rTest.m_bForward) {
- sal_Unicode aUnicode[TEST_STRING_SIZE];
+ sal_Unicode aUnicode[TEST_STRING_SIZE] = { 0, };
int nSize = 0;
rtl_TextToUnicodeConverter aConverter
= rtl_createTextToUnicodeConverter(rTest.m_nEncoding);