https://git.reactos.org/?p=reactos.git;a=commitdiff;h=28c5f7538adaea2e122d7…
commit 28c5f7538adaea2e122d7f5d8bb9bf9046e8e8ea
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Fri Jun 18 10:02:50 2021 +0200
Commit: Jérôme Gardou <zefklop(a)users.noreply.github.com>
CommitDate: Mon Jun 28 10:20:57 2021 +0200
[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