Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-24 07:46:05 +00:00
parent 3184454fc0
commit c08ee0349d
2 changed files with 25 additions and 25 deletions

View File

@@ -4409,7 +4409,7 @@ WXHBRUSH wxWindowMSW::MSWGetBgBrush(WXHDC hDC, WXHWND hWndToPaint)
return 0;
}
bool wxWindowMSW::HandlePrintClient(WXHDC hDC)
bool wxWindowMSW::HandlePrintClient(WXHDC WXUNUSED(hDC))
{
// TODO: handle wxBG_STYLE_CUSTOM and/or wxBG_STYLE_COLOUR here so when
// DrawParentThemeBackground() from uxtheme.dll is called we don't get