mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Silence a warning
svn path=/trunk/; revision=25597
This commit is contained in:
parent
f603122931
commit
4b97b271b9
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ ExpAllocateHandleTableEntrySlow(IN PHANDLE_TABLE HandleTable,
|
|||
IN BOOLEAN DoInit)
|
||||
{
|
||||
ULONG i, j, Index;
|
||||
PHANDLE_TABLE_ENTRY Low, *Mid, **High, *SecondLevel, **ThirdLevel;
|
||||
PHANDLE_TABLE_ENTRY Low = NULL, *Mid, **High, *SecondLevel, **ThirdLevel;
|
||||
ULONG NewFree, FirstFree;
|
||||
PVOID Value;
|
||||
ULONG_PTR TableBase = HandleTable->TableCode & ~3;
|
||||
|
|
Loading…
Reference in a new issue