Kaydet (Commit) 66322c5f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Silence warning C4701: potentially uninitialized local variable

Change-Id: Ia37347108f9fe7094f055a5c6f2ec9511c3aff1d
üst d0d026a1
......@@ -68,7 +68,7 @@ sal_Size ImplConvertUtf8ToUnicode(
{
bool bJavaUtf8 = pData != nullptr;
sal_uInt32 nUtf32 = 0;
int nBytes;
int nBytes = int();
int nShift = -1;
bool bCheckBom = true;
sal_uInt32 nInfo = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment