Fix harmless unused parameter warnings.
Wrap parameter in WXUNUSED() in the power resource stub functions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
34e87060c8
commit
7664215648
@ -45,15 +45,14 @@
|
||||
#if !defined(__WINDOWS__) && !defined(__APPLE__)
|
||||
|
||||
bool
|
||||
wxPowerResource::Acquire(wxPowerResourceKind kind,
|
||||
wxPowerResource::Acquire(wxPowerResourceKind WXUNUSED(kind),
|
||||
const wxString& WXUNUSED(reason))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void wxPowerResource::Release(wxPowerResourceKind kind)
|
||||
void wxPowerResource::Release(wxPowerResourceKind WXUNUSED(kind))
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#endif // !(__WINDOWS__ || __APPLE__)
|
||||
|
Loading…
Reference in New Issue
Block a user