summaryrefslogtreecommitdiff
path: root/plugins/XSoundNotify/src/dialog.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-12 16:45:38 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-12 16:45:38 +0000
commit98fe8db0f24e050b091d6ba27f945075ef630422 (patch)
tree8345ad0ced3811470aa084b1a9d9ba172e2fbf76 /plugins/XSoundNotify/src/dialog.cpp
parent17fa47e9d4255dd2034b7d28fc41ffd756197d24 (diff)
XSoundNotify: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/XSoundNotify/src/dialog.cpp')
-rw-r--r--plugins/XSoundNotify/src/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/dialog.cpp b/plugins/XSoundNotify/src/dialog.cpp
index 9967551f53..ae958999da 100644
--- a/plugins/XSoundNotify/src/dialog.cpp
+++ b/plugins/XSoundNotify/src/dialog.cpp
@@ -202,7 +202,7 @@ static INT_PTR CALLBACK DlgProcContactsOptions(HWND hwndDlg, UINT msg, WPARAM wP
return FALSE;
}
-INT_PTR ShowDialog(WPARAM wParam, LPARAM lParam)
+INT_PTR ShowDialog(WPARAM wParam, LPARAM)
{
HWND hChangeSoundDlg = WindowList_Find(hChangeSoundDlgList, wParam);
if (!hChangeSoundDlg) {