From ea61322952bbb8abd7914d8c2db453279baee82c Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Thu, 15 Mar 2012 11:49:09 +0000 Subject: [PATCH] [KMTESTS/EX] - Fix GCC build svn path=/trunk/; revision=56155 --- rostests/kmtests/ntos_ex/ExPools.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rostests/kmtests/ntos_ex/ExPools.c b/rostests/kmtests/ntos_ex/ExPools.c index 5ebf9efd3a6..1d2e9e9377c 100644 --- a/rostests/kmtests/ntos_ex/ExPools.c +++ b/rostests/kmtests/ntos_ex/ExPools.c @@ -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;