summaryrefslogtreecommitdiff
path: root/plugins/Alarms/src/alarm_win.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-04-24 19:59:35 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-04-24 19:59:35 +0000
commitff3788bdcbd90769aa860814fb8a4a6b09a1e8a7 (patch)
treecf47e8d6de3b5fec49c79ba689b1291438d5b9d3 /plugins/Alarms/src/alarm_win.cpp
parentae739a66709d15079be7514c8cbc9eabb5c8b8b4 (diff)
Alarms - warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Alarms/src/alarm_win.cpp')
-rw-r--r--plugins/Alarms/src/alarm_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Alarms/src/alarm_win.cpp b/plugins/Alarms/src/alarm_win.cpp
index cd4d691845..9cabb6b70d 100644
--- a/plugins/Alarms/src/alarm_win.cpp
+++ b/plugins/Alarms/src/alarm_win.cpp
@@ -342,7 +342,7 @@ INT_PTR CALLBACK DlgProcAlarm(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar
return FALSE;
}
-int ReloadFonts(WPARAM wParam, LPARAM lParam)
+int ReloadFonts(WPARAM, LPARAM)
{
LOGFONT log_font;
title_font_colour = CallService(MS_FONT_GETT, (WPARAM)&title_font_id, (LPARAM)&log_font);
@@ -361,7 +361,7 @@ int ReloadFonts(WPARAM wParam, LPARAM lParam)
return 0;
}
-int AlarmWinModulesLoaded(WPARAM wParam, LPARAM lParam)
+int AlarmWinModulesLoaded(WPARAM, LPARAM)
{
title_font_id.cbSize = sizeof(FontIDT);
_tcscpy(title_font_id.group, LPGENT("Alarms"));