diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-26 22:55:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-26 22:55:43 +0000 |
commit | a28ecf67e43b45f0a4d9787f2eb96de6be0f0b85 (patch) | |
tree | 7758ddda4e733368852ec0e1edf9bea5f5878687 /protocols/AimOscar/src/ui.cpp | |
parent | 2c9a9bfed50529645b5b0d5602b2a94b0b5ef900 (diff) |
unified project for Dummy protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/ui.cpp')
-rw-r--r-- | protocols/AimOscar/src/ui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/AimOscar/src/ui.cpp b/protocols/AimOscar/src/ui.cpp index c846ab9574..e38ebfe9b6 100644 --- a/protocols/AimOscar/src/ui.cpp +++ b/protocols/AimOscar/src/ui.cpp @@ -1128,7 +1128,7 @@ static INT_PTR CALLBACK privacy_dialog(HWND hwndDlg, UINT msg, WPARAM wParam, LP }
-int CAimProto::OnOptionsInit(WPARAM wParam,LPARAM lParam)
+int CAimProto::OnOptionsInit(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { 0 };
odp.position = 1003000;
@@ -1209,7 +1209,7 @@ INT_PTR CALLBACK first_run_dialog(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM return FALSE;
}
-INT_PTR CAimProto::SvcCreateAccMgrUI(WPARAM wParam, LPARAM lParam)
+INT_PTR CAimProto::SvcCreateAccMgrUI(WPARAM, LPARAM lParam)
{
return (INT_PTR)CreateDialogParam (hInstance, MAKEINTRESOURCE(IDD_AIMACCOUNT),
(HWND)lParam, first_run_dialog, (LPARAM)this);
|