mirror of
https://github.com/reactos/reactos.git
synced 2026-09-19 08:08:01 +08:00
Fix GCC 4.1.3 warning.
svn path=/trunk/; revision=43333
This commit is contained in:
@@ -68,7 +68,7 @@ KdpLoggerThread(PVOID Context)
|
||||
KdpDebugBuffer, end, NULL, NULL);
|
||||
}
|
||||
|
||||
InterlockedExchangeAddUL(&KdpFreeBytes, num);
|
||||
(VOID)InterlockedExchangeAddUL(&KdpFreeBytes, num);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user