From 80773d07115cf8d2874d49f6e2378f736db771f6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 13 Dec 2014 21:28:51 +0000 Subject: tabSRMM warning level 4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11381 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/sendqueue.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/sendqueue.cpp') diff --git a/plugins/TabSRMM/src/sendqueue.cpp b/plugins/TabSRMM/src/sendqueue.cpp index 53165fdb39..662f5389c7 100644 --- a/plugins/TabSRMM/src/sendqueue.cpp +++ b/plugins/TabSRMM/src/sendqueue.cpp @@ -147,7 +147,6 @@ static void DoSplitSendW(LPVOID param) MCONTACT hContact = job->hContact; DWORD dwFlags = job->dwFlags; size_t chunkSize = job->chunkSize / 2; - char *szProto = GetContactProto(hContact); size_t iLen = mir_strlen(job->szSendBuffer); WCHAR *wszBegin = (WCHAR*) & job->szSendBuffer[iLen + 1]; @@ -750,7 +749,7 @@ inform_and_discard: return 0; } -LRESULT SendQueue::WarnPendingJobs(unsigned int uNrMessages) +LRESULT SendQueue::WarnPendingJobs(unsigned int) { return MessageBox(0, TranslateT("There are unsent messages waiting for confirmation.\nIf you close the window now, Miranda will try to send them but may be unable to inform you about possible delivery errors.\nDo you really want to close the window(s)?"), -- cgit v1.2.3