mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[DDK] Do not put _Must_inspect_result_ on function returning void & without _Out_ parameters
This commit is contained in:
parent
46af941c4c
commit
28c5f7538a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue