diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 19:25:04 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 19:25:04 +0000 |
commit | 3cab5cc7a72ec216d463cfd7735e11b808a221c7 (patch) | |
tree | 400e47ca3545b7c98f8d9833efbc62012bcb6376 /plugins/mTextControl/src/textcontrol.cpp | |
parent | 18cffbe601f10d14a4611c2cf3eca3beb0d7ec1a (diff) |
mTextControl: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mTextControl/src/textcontrol.cpp')
-rw-r--r-- | plugins/mTextControl/src/textcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|