From ccba5a84f3779625db470d6642a9f42fc0b8907b Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 24 Jul 2015 17:57:08 +0000 Subject: BasicHistory - warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BasicHistory/src/Options.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/BasicHistory/src/Options.cpp') diff --git a/plugins/BasicHistory/src/Options.cpp b/plugins/BasicHistory/src/Options.cpp index 0e472145b7..44fe768616 100644 --- a/plugins/BasicHistory/src/Options.cpp +++ b/plugins/BasicHistory/src/Options.cpp @@ -1291,7 +1291,7 @@ void InitCodepageCB(HWND hwndCB, unsigned int codepage, const std::wstring& name ComboBox_LimitText(hwndCB, 127); } -unsigned int GetCodepageCB(HWND hwndCB, bool errorReport, unsigned int defCp, const std::wstring& defName, std::wstring& name) +unsigned int GetCodepageCB(HWND hwndCB, bool errorReport, unsigned int, const std::wstring& defName, std::wstring& name) { int selCpIdx = ComboBox_GetCurSel(hwndCB); if (selCpIdx < 0) { @@ -1607,7 +1607,6 @@ INT_PTR CALLBACK Options::DlgProcOptsTask(HWND hwndDlg, UINT msg, WPARAM wParam, HWND time = GetDlgItem(hwndDlg, IDC_TRIGER_TIME); HWND name = GetDlgItem(hwndDlg, IDC_TASK_NAME); HWND active = GetDlgItem(hwndDlg, IDC_TASK_ACTIVE); - HWND star = GetDlgItem(hwndDlg, IDC_TASK_STAR); HWND password = GetDlgItem(hwndDlg, IDC_PASSWORD); HWND expImp = GetDlgItem(hwndDlg, IDC_EXPIMP); -- cgit v1.2.3