From a6170b4322e87fc0824552bdf4979a02bca50dd2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 17 Apr 2015 12:46:27 +0000 Subject: warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@12887 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_contacts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3