mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
xmllite: Avoid dead initialization (clang).
This commit is contained in:
parent
bc4e1efce3
commit
2952db6403
@ -449,7 +449,7 @@ static int readerinput_get_utf8_convlen(xmlreaderinput *readerinput)
|
||||
static int readerinput_get_convlen(xmlreaderinput *readerinput, UINT cp)
|
||||
{
|
||||
encoded_buffer *buffer = &readerinput->buffer->encoded;
|
||||
int len = buffer->written;
|
||||
int len;
|
||||
|
||||
if (cp == CP_UTF8)
|
||||
len = readerinput_get_utf8_convlen(readerinput);
|
||||
|
Loading…
x
Reference in New Issue
Block a user