Author: tfaber
Date: Thu Mar 15 11:49:09 2012
New Revision: 56155
URL:
http://svn.reactos.org/svn/reactos?rev=56155&view=rev
Log:
[KMTESTS/EX] - Fix GCC build
Modified:
trunk/rostests/kmtests/ntos_ex/ExPools.c
Modified: trunk/rostests/kmtests/ntos_ex/ExPools.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExPools.c…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExPools.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExPools.c [iso-8859-1] Thu Mar 15 11:49:09 2012
@@ -99,9 +99,8 @@
static VOID PoolsCorruption(VOID)
{
- PULONG Ptr, TestPtr;
+ PULONG Ptr;
ULONG AllocSize;
- NTSTATUS Status = STATUS_SUCCESS;
// start with non-paged pool
AllocSize = 4096 + 0x10;