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_proto.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Steam/src/steam_proto.cpp') diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index 1b005a628d..405f598d5e 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -71,7 +71,7 @@ CSteamProto::~CSteamProto() UninitQueue(); } -MCONTACT __cdecl CSteamProto::AddToList(int flags, PROTOSEARCHRESULT* psr) +MCONTACT __cdecl CSteamProto::AddToList(int, PROTOSEARCHRESULT* psr) { MCONTACT hContact = NULL; ptrA steamId(mir_u2a(psr->id)); @@ -126,7 +126,7 @@ int __cdecl CSteamProto::Authorize(MEVENT hDbEvent) return 1; } -int __cdecl CSteamProto::AuthDeny(MEVENT hDbEvent, const TCHAR* szReason) +int __cdecl CSteamProto::AuthDeny(MEVENT hDbEvent, const TCHAR*) { if (IsOnline() && hDbEvent) { @@ -153,7 +153,7 @@ int __cdecl CSteamProto::AuthDeny(MEVENT hDbEvent, const TCHAR* szReason) return 1; } -int __cdecl CSteamProto::AuthRequest(MCONTACT hContact, const TCHAR* szMessage) +int __cdecl CSteamProto::AuthRequest(MCONTACT hContact, const TCHAR*) { if (IsOnline() && hContact) { @@ -193,7 +193,7 @@ int __cdecl CSteamProto::AuthRequest(MCONTACT hContact, const TCHAR* szMessage) return 1; } -DWORD_PTR __cdecl CSteamProto:: GetCaps(int type, MCONTACT hContact) +DWORD_PTR __cdecl CSteamProto:: GetCaps(int type, MCONTACT) { switch(type) { -- cgit v1.2.3