Minor fixes

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-08-06 11:54:48 +02:00
parent 9441b25e0c
commit 0d0648992f
2 changed files with 1 additions and 2 deletions

View File

@@ -1355,7 +1355,7 @@ VOID ViGEm::Bus::Targets::EmulationTargetDS4::EvtUserNotifyRequestComplete(
PDS4_AWAIT_OUTPUT pNotify = NULL;
size_t bufLen = 0;
const PUCHAR pBuffer = reinterpret_cast<PUCHAR>(Context);
const auto pBuffer = reinterpret_cast<PUCHAR>(Context);
if (NT_SUCCESS(WdfRequestRetrieveOutputBuffer(
Request,

View File

@@ -500,7 +500,6 @@ Bus_Ds4AwaitOutputHandler(
)
{
UNREFERENCED_PARAMETER(DmfModule);
UNREFERENCED_PARAMETER(Request);
UNREFERENCED_PARAMETER(IoctlCode);
UNREFERENCED_PARAMETER(OutputBufferSize);
UNREFERENCED_PARAMETER(InputBufferSize);