mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Silence a warning
svn path=/trunk/; revision=25597
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user