From 3cab5cc7a72ec216d463cfd7735e11b808a221c7 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 17 Dec 2014 19:25:04 +0000 Subject: mTextControl: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/mTextControl/src/textcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mTextControl/src/textcontrol.cpp') diff --git a/plugins/mTextControl/src/textcontrol.cpp b/plugins/mTextControl/src/textcontrol.cpp index 1cbee8c382..f2c0514134 100644 --- a/plugins/mTextControl/src/textcontrol.cpp +++ b/plugins/mTextControl/src/textcontrol.cpp @@ -104,7 +104,7 @@ LRESULT CALLBACK MTextControlWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM } /// Paint //////////////////////////////////// -LRESULT MTextControl_OnPaint(HWND hwnd, WPARAM wParam, LPARAM lParam) +LRESULT MTextControl_OnPaint(HWND hwnd, WPARAM, LPARAM) { HDC hdc; PAINTSTRUCT ps; -- cgit v1.2.3