user32: Avoid dead initialization (scan-build).
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6ea282c7e1
commit
5644a10e9d
|
@ -248,7 +248,7 @@ static void dpiaware_init(void)
|
|||
static const WCHAR permonv2W[] = {'p','e','r','m','o','n','i','t','o','r','v','2',0};
|
||||
static const WCHAR spacesW[] = {' ','\t','\r','\n',0};
|
||||
static const WCHAR * const types[] = { unawareW, systemW, permonW, permonv2W };
|
||||
WCHAR *p, *start = buffer, *end;
|
||||
WCHAR *p, *start, *end;
|
||||
ULONG_PTR i;
|
||||
|
||||
TRACE( "got dpiAwareness=%s\n", debugstr_w(buffer) );
|
||||
|
|
Loading…
Reference in New Issue