[ros-diffs] [navaraf] 17487: Shut up PREFAST warnings about
shadowing declarations.
navaraf at svn.reactos.com
navaraf at svn.reactos.com
Tue Aug 23 22:18:59 CEST 2005
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"));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050823/84d667fd/attachment.html
More information about the Ros-diffs
mailing list