From 8c538dbff915b405d9b41fe51ca78618a78cf46d Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 14 Dec 2014 15:09:23 +0000 Subject: DbChecker: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbChecker/src/wizard.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/DbChecker/src/wizard.cpp') diff --git a/plugins/DbChecker/src/wizard.cpp b/plugins/DbChecker/src/wizard.cpp index 7eec2f9434..fa2d8951a7 100644 --- a/plugins/DbChecker/src/wizard.cpp +++ b/plugins/DbChecker/src/wizard.cpp @@ -1,7 +1,7 @@ /* Miranda Database Tool -Copyright 2000-2011 Miranda ICQ/IM project, -all portions of this codebase are copyrighted to the people +Copyright 2000-2011 Miranda ICQ/IM project, +all portions of this codebase are copyrighted to the people listed in contributors.txt. This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static HFONT hBoldFont = NULL; static HENHMETAFILE hEmfHeaderLogo = NULL; -static BOOL CALLBACK MyControlsEnumChildren(HWND hwnd, LPARAM lParam) +static BOOL CALLBACK MyControlsEnumChildren(HWND hwnd, LPARAM) { DWORD style = GetWindowLongPtr(hwnd, GWL_STYLE); DWORD exstyle = GetWindowLongPtr(hwnd, GWL_EXSTYLE); -- cgit v1.2.3