[KMTESTS/EX] - Fix GCC build

svn path=/trunk/; revision=56155
This commit is contained in:
Thomas Faber 2012-03-15 11:49:09 +00:00
parent d0231c12c2
commit ea61322952

View file

@ -99,9 +99,8 @@ static VOID PoolsTest(VOID)
static VOID PoolsCorruption(VOID)
{
PULONG Ptr, TestPtr;
PULONG Ptr;
ULONG AllocSize;
NTSTATUS Status = STATUS_SUCCESS;
// start with non-paged pool
AllocSize = 4096 + 0x10;