From 68255d9953a607187e0f1dd1633e712b5a7a34a0 Mon Sep 17 00:00:00 2001 From: Andrei-Mihai Minca <48168206+andreiminca@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:18:33 +0300 Subject: [PATCH] Update tdriver.c 'Status': local variable is initialized but not referenced --- general/obcallback/driver/tdriver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/general/obcallback/driver/tdriver.c b/general/obcallback/driver/tdriver.c index 641635ee8..25b9228bb 100644 --- a/general/obcallback/driver/tdriver.c +++ b/general/obcallback/driver/tdriver.c @@ -48,6 +48,7 @@ TdCreateProcessNotifyRoutine2 ( _In_opt_ PPS_CREATE_NOTIFY_INFO CreateInfo ) { + UNREFERENCED_PARAMETER(Status); NTSTATUS Status = STATUS_SUCCESS; if (CreateInfo != NULL)