mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
MiTestCard is only used in DBG=1, surround with ifdef so DBG=0 builds.
svn path=/trunk/; revision=18395
This commit is contained in:
parent
eb03a7e427
commit
a45c2e461f
1 changed files with 2 additions and 0 deletions
|
@ -719,6 +719,7 @@ MiInitChip(
|
||||||
Adapter->Flags &= ~RESET_IN_PROGRESS;
|
Adapter->Flags &= ~RESET_IN_PROGRESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if DBG
|
||||||
static BOOLEAN
|
static BOOLEAN
|
||||||
MiTestCard(
|
MiTestCard(
|
||||||
PADAPTER Adapter)
|
PADAPTER Adapter)
|
||||||
|
@ -775,6 +776,7 @@ MiTestCard(
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static NDIS_STATUS
|
static NDIS_STATUS
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Reference in a new issue