diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-12 16:45:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-12 16:45:38 +0000 |
commit | 98fe8db0f24e050b091d6ba27f945075ef630422 (patch) | |
tree | 8345ad0ced3811470aa084b1a9d9ba172e2fbf76 /plugins/XSoundNotify/src/dialog.cpp | |
parent | 17fa47e9d4255dd2034b7d28fc41ffd756197d24 (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.cpp | 2 |
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) {
|