From 4eccffd2cb24cfaf32959fcf400aaea1930af15f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 1 May 2015 11:02:35 +0000 Subject: warnings fix not used file removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13330 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_contacts.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Steam/src/steam_contacts.cpp') diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index 64c98467de..13bfcba0a4 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -359,7 +359,7 @@ void CSteamProto::ProcessContact(std::map::iterator *it, } } -void CSteamProto::OnGotFriendList(const NETLIBHTTPREQUEST *response, void *arg) +void CSteamProto::OnGotFriendList(const NETLIBHTTPREQUEST *response, void *) { if (response == NULL) return; @@ -444,7 +444,7 @@ void CSteamProto::OnGotFriendList(const NETLIBHTTPREQUEST *response, void *arg) } } -void CSteamProto::OnGotBlockList(const NETLIBHTTPREQUEST *response, void *arg) +void CSteamProto::OnGotBlockList(const NETLIBHTTPREQUEST *response, void *) { if (response == NULL) return; @@ -488,7 +488,7 @@ void CSteamProto::OnGotBlockList(const NETLIBHTTPREQUEST *response, void *arg) } } -void CSteamProto::OnGotUserSummaries(const NETLIBHTTPREQUEST *response, void *arg) +void CSteamProto::OnGotUserSummaries(const NETLIBHTTPREQUEST *response, void *) { if (response == NULL) return; @@ -753,7 +753,7 @@ void CSteamProto::OnSearchByIdEnded(const NETLIBHTTPREQUEST *response, void *arg json_delete(nodes); } -void CSteamProto::OnSearchByNameStarted(const NETLIBHTTPREQUEST *response, void *arg) +void CSteamProto::OnSearchByNameStarted(const NETLIBHTTPREQUEST *, void *) { } -- cgit v1.2.3