mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
this waring break the head for me
pnp.c:141: warning: 'Affinity' might be used uninitialized in this function {standard input}: Assembler messages: initialized it with Affinity = 0; svn path=/trunk/; revision=14221
This commit is contained in:
parent
d73103f0f2
commit
fb157f301a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ SerialPnpStartDevice(
|
||||||
ULONG Vector = 0;
|
ULONG Vector = 0;
|
||||||
ULONG i, j;
|
ULONG i, j;
|
||||||
KIRQL Dirql;
|
KIRQL Dirql;
|
||||||
KAFFINITY Affinity;
|
KAFFINITY Affinity = 0;
|
||||||
KINTERRUPT_MODE InterruptMode = Latched;
|
KINTERRUPT_MODE InterruptMode = Latched;
|
||||||
BOOLEAN ShareInterrupt = TRUE;
|
BOOLEAN ShareInterrupt = TRUE;
|
||||||
OBJECT_ATTRIBUTES objectAttributes;
|
OBJECT_ATTRIBUTES objectAttributes;
|
||||||
|
|
Loading…
Reference in a new issue