mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Fix GCC 4.1.3 warning.
svn path=/trunk/; revision=43333
This commit is contained in:
parent
9ac33d6fbe
commit
c64b032e93
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ KdpLoggerThread(PVOID Context)
|
|||
KdpDebugBuffer, end, NULL, NULL);
|
||||
}
|
||||
|
||||
InterlockedExchangeAddUL(&KdpFreeBytes, num);
|
||||
(VOID)InterlockedExchangeAddUL(&KdpFreeBytes, num);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue