From 28c5f7538adaea2e122d7f5d8bb9bf9046e8e8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Fri, 18 Jun 2021 10:02:50 +0200 Subject: [PATCH] [DDK] Do not put _Must_inspect_result_ on function returning void & without _Out_ parameters --- sdk/include/ddk/fltkernel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/include/ddk/fltkernel.h b/sdk/include/ddk/fltkernel.h index 5e04d5ceae0..c12cb57fcba 100644 --- a/sdk/include/ddk/fltkernel.h +++ b/sdk/include/ddk/fltkernel.h @@ -1388,7 +1388,6 @@ FltDeviceIoControlFile( _In_ ULONG OutputBufferLength, _Out_opt_ PULONG LengthReturned); -_Must_inspect_result_ _When_(FlagOn(CallbackData->Iopb->IrpFlags, IRP_PAGING_IO), _IRQL_requires_max_(APC_LEVEL)) _When_(!FlagOn(CallbackData->Iopb->IrpFlags, IRP_PAGING_IO), _IRQL_requires_max_(PASSIVE_LEVEL)) VOID