summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/SkypeWeb/src/skype_contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_contacts.cpp b/protocols/SkypeWeb/src/skype_contacts.cpp
index 9e7aa71902..9957c4d46b 100644
--- a/protocols/SkypeWeb/src/skype_contacts.cpp
+++ b/protocols/SkypeWeb/src/skype_contacts.cpp
@@ -239,7 +239,7 @@ void CSkypeProto::LoadContactList(const NETLIBHTTPREQUEST *response)
PushRequest(new GetContactsAuthRequest(token), &CSkypeProto::LoadContactsAuth);
}
-INT_PTR CSkypeProto::OnRequestAuth(WPARAM hContact, LPARAM lParam)
+INT_PTR CSkypeProto::OnRequestAuth(WPARAM hContact, LPARAM)
{
if (hContact == INVALID_CONTACT_ID)
return 1;