MiTestCard is only used in DBG=1, surround with ifdef so DBG=0 builds.
Modified: trunk/reactos/drivers/net/dd/pcnet/pcnet.c
_____
Modified: trunk/reactos/drivers/net/dd/pcnet/pcnet.c
--- trunk/reactos/drivers/net/dd/pcnet/pcnet.c 2005-10-10 13:03:55 UTC
(rev 18394)
+++ trunk/reactos/drivers/net/dd/pcnet/pcnet.c 2005-10-10 14:29:15 UTC
(rev 18395)
@@ -719,6 +719,7 @@
Adapter->Flags &= ~RESET_IN_PROGRESS;
}
+#if DBG
static BOOLEAN
MiTestCard(
PADAPTER Adapter)
@@ -775,6 +776,7 @@
return TRUE;
}
+#endif
static NDIS_STATUS
STDCALL
Show replies by date