From: Włodzimierz Skiba Date: Thu, 4 Nov 2004 18:45:02 +0000 (+0000) Subject: 'Unused ...' warning fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a12f001e3fe47f95a4ce6cbc2dde070b0ae019e7 'Unused ...' warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/printwin.cpp b/src/msw/printwin.cpp index 59e6624042..802f1082c6 100644 --- a/src/msw/printwin.cpp +++ b/src/msw/printwin.cpp @@ -306,7 +306,7 @@ wxDC* wxWindowsPrinter::PrintDialog(wxWindow *parent) return dc; } -bool wxWindowsPrinter::Setup(wxWindow *parent) +bool wxWindowsPrinter::Setup(wxWindow *WXUNUSED(parent)) { #if 0 // We no longer expose that dialog