summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-05-01 11:02:35 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-05-01 11:02:35 +0000
commit4eccffd2cb24cfaf32959fcf400aaea1930af15f (patch)
tree3bcd6762c18864e4c52971f50fbcfa8a11d82361 /protocols/Steam/src/steam_proto.cpp
parentd144a4a069b0c1dda07d49f808007f64aa6309be (diff)
warnings fix
not used file removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13330 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r--protocols/Steam/src/steam_proto.cpp8
1 files changed, 4 insertions, 4 deletions
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)
{