summaryrefslogtreecommitdiff
path: root/plugins/SMS/src/functions.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-07-31 21:02:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-07-31 21:02:53 +0000
commitaa7b69500fc5ce34840076de537dbfab2c31ab81 (patch)
treefc035b4b454e47dc050bafa9e4eb695a90cff725 /plugins/SMS/src/functions.cpp
parentae310cd45dcc29c5f9f55734fbf42d136ace8240 (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/functions.cpp')
-rw-r--r--plugins/SMS/src/functions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SMS/src/functions.cpp b/plugins/SMS/src/functions.cpp
index 95c1f2910b..a38af8be70 100644
--- a/plugins/SMS/src/functions.cpp
+++ b/plugins/SMS/src/functions.cpp
@@ -433,7 +433,7 @@ DWORD EncodeXML(LPTSTR lptszMessage,size_t dwMessageSize,LPTSTR lptszMessageConv
//(Taken from Miranda-IM source code:)
-BYTE MsgDlgGetFontDefaultCharset(const TCHAR* szFont)
+BYTE MsgDlgGetFontDefaultCharset(const TCHAR*)
{
return(DEFAULT_CHARSET);
}
@@ -497,7 +497,7 @@ LRESULT CALLBACK MessageSubclassProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM
//This function refresh account list.
//It called when SMS plugin loaded and upon change in the account list.
-int RefreshAccountList(WPARAM eventCode,LPARAM lParam)
+int RefreshAccountList(WPARAM, LPARAM)
{
int dwAccCount=0,dwSMSAccountsCount=0;
PROTOACCOUNT **ppaAccounts;