summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-17 12:46:27 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-17 12:46:27 +0000
commita6170b4322e87fc0824552bdf4979a02bca50dd2 (patch)
treeedc7860191b9e71ba1260e7d3699acc104ece2b3
parent7e5db47f60a79ba356ba9b43a863c2ec81282387 (diff)
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12887 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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;