mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +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:
@@ -138,7 +138,7 @@ SerialPnpStartDevice(
|
||||
ULONG Vector = 0;
|
||||
ULONG i, j;
|
||||
KIRQL Dirql;
|
||||
KAFFINITY Affinity;
|
||||
KAFFINITY Affinity = 0;
|
||||
KINTERRUPT_MODE InterruptMode = Latched;
|
||||
BOOLEAN ShareInterrupt = TRUE;
|
||||
OBJECT_ATTRIBUTES objectAttributes;
|
||||
|
||||
Reference in New Issue
Block a user