mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Silence old GCC warning.
svn path=/trunk/; revision=44900
This commit is contained in:
parent
d31a1e2703
commit
b21404e711
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ MmCreateKernelStack(IN BOOLEAN GuiStack,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bug #4835
|
// Bug #4835
|
||||||
InterlockedExchangeAddUL(&MiMemoryConsumers[MC_NPPOOL].PagesUsed, StackPages);
|
(VOID)InterlockedExchangeAddUL(&MiMemoryConsumers[MC_NPPOOL].PagesUsed, StackPages);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Release the PFN lock
|
// Release the PFN lock
|
||||||
|
|
Loading…
Reference in a new issue