Initialize irql to something prior to calls that (might) set it.
Whined about: gcc 4.2
This commit is contained in:
parent
8f4ef07377
commit
8141e76829
@ -1082,7 +1082,7 @@ ndis_rxeof_eth(adapter, ctx, addr, hdr, hdrlen, lookahead, lookaheadlen, pktlen)
|
||||
uint32_t pktlen;
|
||||
{
|
||||
ndis_miniport_block *block;
|
||||
uint8_t irql;
|
||||
uint8_t irql = 0;
|
||||
uint32_t status;
|
||||
ndis_buffer *b;
|
||||
ndis_packet *p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user