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;
Modified: trunk/reactos/drivers/dd/serial/pnp.c
--- trunk/reactos/drivers/dd/serial/pnp.c 2005-03-20 13:10:57 UTC (rev 14220) +++ trunk/reactos/drivers/dd/serial/pnp.c 2005-03-20 13:32:27 UTC (rev 14221) @@ -138,7 +138,7 @@
ULONG Vector = 0; ULONG i, j; KIRQL Dirql;
- KAFFINITY Affinity;
+ KAFFINITY Affinity = 0;
KINTERRUPT_MODE InterruptMode = Latched; BOOLEAN ShareInterrupt = TRUE; OBJECT_ATTRIBUTES objectAttributes;