diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-17 12:46:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-17 12:46:27 +0000 |
commit | a6170b4322e87fc0824552bdf4979a02bca50dd2 (patch) | |
tree | edc7860191b9e71ba1260e7d3699acc104ece2b3 | |
parent | 7e5db47f60a79ba356ba9b43a863c2ec81282387 (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.cpp | 2 |
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;
|