Fix GCC 4.1.3 warning.

svn path=/trunk/; revision=43333
This commit is contained in:
Dmitry Gorbachev 2009-10-07 20:04:17 +00:00
parent 9ac33d6fbe
commit c64b032e93

View file

@ -68,7 +68,7 @@ KdpLoggerThread(PVOID Context)
KdpDebugBuffer, end, NULL, NULL); KdpDebugBuffer, end, NULL, NULL);
} }
InterlockedExchangeAddUL(&KdpFreeBytes, num); (VOID)InterlockedExchangeAddUL(&KdpFreeBytes, num);
} }
} }