mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Shut up PREFAST warnings about shadowing declarations.
svn path=/trunk/; revision=17487
This commit is contained in:
parent
eea6d92c91
commit
4076e16a99
1 changed files with 0 additions and 3 deletions
|
@ -508,7 +508,6 @@ NdisReadConfiguration(
|
||||||
case NdisParameterString:
|
case NdisParameterString:
|
||||||
case NdisParameterMultiString:
|
case NdisParameterMultiString:
|
||||||
{
|
{
|
||||||
PMINIPORT_RESOURCE MiniportResource = 0;
|
|
||||||
PWCHAR RegData = 0;
|
PWCHAR RegData = 0;
|
||||||
|
|
||||||
if(KeyInformation->Type != REG_SZ && KeyInformation->Type != REG_MULTI_SZ)
|
if(KeyInformation->Type != REG_SZ && KeyInformation->Type != REG_MULTI_SZ)
|
||||||
|
@ -571,8 +570,6 @@ NdisReadConfiguration(
|
||||||
|
|
||||||
case NdisParameterBinary:
|
case NdisParameterBinary:
|
||||||
{
|
{
|
||||||
PMINIPORT_RESOURCE MiniportResource;
|
|
||||||
|
|
||||||
if(KeyInformation->Type != REG_BINARY)
|
if(KeyInformation->Type != REG_BINARY)
|
||||||
{
|
{
|
||||||
NDIS_DbgPrint(MIN_TRACE,("requested type does not match actual value type\n"));
|
NDIS_DbgPrint(MIN_TRACE,("requested type does not match actual value type\n"));
|
||||||
|
|
Loading…
Reference in a new issue