Shut up PREFAST warnings about shadowing declarations.
Modified: trunk/reactos/drivers/net/ndis/ndis/config.c
_____
Modified: trunk/reactos/drivers/net/ndis/ndis/config.c
--- trunk/reactos/drivers/net/ndis/ndis/config.c 2005-08-23
20:13:31 UTC (rev 17486)
+++ trunk/reactos/drivers/net/ndis/ndis/config.c 2005-08-23
20:18:55 UTC (rev 17487)
@@ -508,7 +508,6 @@
case NdisParameterString:
case NdisParameterMultiString:
{
- PMINIPORT_RESOURCE MiniportResource = 0;
PWCHAR RegData = 0;
if(KeyInformation->Type != REG_SZ && KeyInformation->Type
!= REG_MULTI_SZ)
@@ -571,8 +570,6 @@
case NdisParameterBinary:
{
- PMINIPORT_RESOURCE MiniportResource;
-
if(KeyInformation->Type != REG_BINARY)
{
NDIS_DbgPrint(MIN_TRACE,("requested type does not match
actual value type\n"));
Show replies by date