unussed param warning suppressed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -424,7 +424,7 @@ public:
|
|||||||
virtual void Clear() = 0;
|
virtual void Clear() = 0;
|
||||||
|
|
||||||
// adjust DC for drawing on this window
|
// adjust DC for drawing on this window
|
||||||
virtual void PrepareDC( wxDC &dc ) { }
|
virtual void PrepareDC( wxDC & WXUNUSED(dc) ) { }
|
||||||
|
|
||||||
// the update region of the window contains the areas which must be
|
// the update region of the window contains the areas which must be
|
||||||
// repainted by the program
|
// repainted by the program
|
||||||
|
@@ -1154,7 +1154,11 @@ wxDocTemplate *wxDocManager::FindTemplateForPath(const wxString& path)
|
|||||||
// template extension.
|
// template extension.
|
||||||
|
|
||||||
wxDocTemplate *wxDocManager::SelectDocumentPath(wxDocTemplate **templates,
|
wxDocTemplate *wxDocManager::SelectDocumentPath(wxDocTemplate **templates,
|
||||||
|
#ifdef __WXMSW__
|
||||||
int noTemplates,
|
int noTemplates,
|
||||||
|
#else
|
||||||
|
int WXUNUSED(noTemplates),
|
||||||
|
#endif
|
||||||
wxString& path,
|
wxString& path,
|
||||||
long WXUNUSED(flags),
|
long WXUNUSED(flags),
|
||||||
bool WXUNUSED(save))
|
bool WXUNUSED(save))
|
||||||
|
Reference in New Issue
Block a user