Author: tkreuzer Date: Sun May 10 17:37:54 2015 New Revision: 67626
URL: http://svn.reactos.org/svn/reactos?rev=67626&view=rev Log: [KMTEST] Hey Arch, if you turn warnings into errors, make sure to fix the warnings before!
Modified: trunk/rostests/kmtests/ntos_ke/KeSpinLock.c
Modified: trunk/rostests/kmtests/ntos_ke/KeSpinLock.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeSpinLock... ============================================================================== --- trunk/rostests/kmtests/ntos_ke/KeSpinLock.c [iso-8859-1] (original) +++ trunk/rostests/kmtests/ntos_ke/KeSpinLock.c [iso-8859-1] Sun May 10 17:37:54 2015 @@ -166,6 +166,7 @@ #define CheckSpinLockLock(SpinLock, CheckData, Value) do \ { \ PKTHREAD Thread = KeGetCurrentThread(); \ + UNREFERENCED_LOCAL_VARIABLE(Thread); \ if (KmtIsMultiProcessorBuild) \ { \ ok_eq_bool(Ret, (Value) == 0); \