mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +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);
|
KdpDebugBuffer, end, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
InterlockedExchangeAddUL(&KdpFreeBytes, num);
|
(VOID)InterlockedExchangeAddUL(&KdpFreeBytes, num);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue