Unreferenced parameter warning resolved
This commit is contained in:
parent
0d7c582a7b
commit
687d4583a9
@ -74,6 +74,7 @@ void eap::method_pap::process_request_packet(
|
|||||||
_In_ DWORD dwReceivedPacketSize,
|
_In_ DWORD dwReceivedPacketSize,
|
||||||
_Inout_ EapPeerMethodOutput *pEapOutput)
|
_Inout_ EapPeerMethodOutput *pEapOutput)
|
||||||
{
|
{
|
||||||
|
UNREFERENCED_PARAMETER(pReceivedPacket);
|
||||||
assert(pReceivedPacket || dwReceivedPacketSize == 0);
|
assert(pReceivedPacket || dwReceivedPacketSize == 0);
|
||||||
assert(pEapOutput);
|
assert(pEapOutput);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user