DisplayBuffer is only used when DBG=1
Modified: trunk/reactos/apps/utils/net/ping/ping.c
_____
Modified: trunk/reactos/apps/utils/net/ping/ping.c
--- trunk/reactos/apps/utils/net/ping/ping.c 2005-10-08 17:41:41 UTC
(rev 18348)
+++ trunk/reactos/apps/utils/net/ping/ping.c 2005-10-08 18:07:45 UTC
(rev 18349)
@@ -104,7 +104,7 @@
LARGE_INTEGER TicksPerUs; /* Ticks per microsecond */
BOOL UsePerformanceCounter;
-
+#ifdef DBG
/* Display the contents of a buffer */
static VOID DisplayBuffer(
PVOID Buffer,
@@ -123,6 +123,7 @@
printf("%02X ", (p[i]) & 0xFF);
}
}
+#endif /* DBG */
/* Display usage information on screen */
static VOID Usage(VOID)
Show replies by date