[ros-diffs] [tfaber] 56155: [KMTESTS/EX] - Fix GCC build

tfaber at svn.reactos.org tfaber at svn.reactos.org
Thu Mar 15 11:49:09 UTC 2012


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?rev=56155&r1=56154&r2=56155&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list