Initialize irql to something prior to calls that (might) set it.

Whined about: gcc 4.2
This commit is contained in:
mjacob 2007-05-20 16:59:37 +00:00
parent 8f4ef07377
commit 8141e76829

View File

@ -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;