diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-02-22 12:16:26 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-02-22 12:17:07 +0000 |
commit | 294d7afb66503af554850c64f4d195f727fa2371 (patch) | |
tree | 6e899893371532273b77a0e81adbd5d13da7a786 /sal/qa | |
parent | 753628eec23f4b4ba037953f05c1430b5108bf15 (diff) |
silence warning.
Change-Id: Ibf82038c15c9ecf6de502bae1dd21e2393cafe09
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/rtl/textenc/rtl_textcvt.cxx | 2 |
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); |