diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-13 07:20:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-13 07:20:25 +0000 |
commit | 3a93a20a595f312127dc086bc673b41a3bcd9def (patch) | |
tree | 19ea82bd96d9b1beb685299e3b21bb4ea9dd78fb /plugins/AuthState/src/options.cpp | |
parent | 5508884a945ac2966fc4ec408aa6421057c26074 (diff) |
AuthState: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/src/options.cpp')
-rw-r--r-- | plugins/AuthState/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AuthState/src/options.cpp b/plugins/AuthState/src/options.cpp index 2e413066be..99a3b95c59 100644 --- a/plugins/AuthState/src/options.cpp +++ b/plugins/AuthState/src/options.cpp @@ -69,7 +69,7 @@ INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP return FALSE;
}
-int onOptInitialise(WPARAM wParam, LPARAM lParam)
+int onOptInitialise(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.hInstance = g_hInst;
|