summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/dummy_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.cpp')
-rw-r--r--protocols/Dummy/src/dummy_proto.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp
index 37d0e4acfe..f7c6c6396d 100644
--- a/protocols/Dummy/src/dummy_proto.cpp
+++ b/protocols/Dummy/src/dummy_proto.cpp
@@ -50,7 +50,7 @@ CDummyProto::~CDummyProto()
//////////////////////////////////////////////////////////////////////////////
-DWORD_PTR CDummyProto::GetCaps(int type, MCONTACT hContact)
+DWORD_PTR CDummyProto::GetCaps(int type, MCONTACT)
{
switch(type) {
case PFLAGNUM_1:
@@ -92,13 +92,13 @@ DWORD_PTR CDummyProto::GetCaps(int type, MCONTACT hContact)
//////////////////////////////////////////////////////////////////////////////
-int CDummyProto::SendMsg(MCONTACT hContact, int flags, const char *msg)
+int CDummyProto::SendMsg(MCONTACT hContact, int, const char*)
{
ForkThread(&CDummyProto::SendMsgAck, (void*)hContact);
return 0;
}
-int CDummyProto::SetStatus(int iNewStatus)
+int CDummyProto::SetStatus(int)
{
return 0;
}