From 53d05354369c59a0c084bf0e4c72b1f25702746c Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 21 Jan 2015 19:55:46 +0000 Subject: YARelay: Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YARelay/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/YARelay/src/options.cpp') diff --git a/plugins/YARelay/src/options.cpp b/plugins/YARelay/src/options.cpp index 5db185b7bd..6a6a42bd98 100644 --- a/plugins/YARelay/src/options.cpp +++ b/plugins/YARelay/src/options.cpp @@ -189,7 +189,7 @@ static INT_PTR CALLBACK OptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, /** * Init options panel */ -int OptionsInit(WPARAM wParam, LPARAM lParam) +int OptionsInit(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = { sizeof(odp) }; odp.hInstance = hInst; -- cgit v1.2.3