mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[KMTEST]
Hey Arch, if you turn warnings into errors, make sure to fix the warnings before! svn path=/trunk/; revision=67626
This commit is contained in:
parent
e2d20087ab
commit
079df38c99
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ BOOLEAN TryNoRaise(PKSPIN_LOCK SpinLock, PCHECK_DATA CheckData) {
|
|||
#define CheckSpinLockLock(SpinLock, CheckData, Value) do \
|
||||
{ \
|
||||
PKTHREAD Thread = KeGetCurrentThread(); \
|
||||
UNREFERENCED_LOCAL_VARIABLE(Thread); \
|
||||
if (KmtIsMultiProcessorBuild) \
|
||||
{ \
|
||||
ok_eq_bool(Ret, (Value) == 0); \
|
||||
|
|
Loading…
Reference in a new issue