unused parameter warning fix after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -149,7 +149,7 @@ protected:
|
|||||||
// single conversion in Unicode build, so we just try to read what we can
|
// single conversion in Unicode build, so we just try to read what we can
|
||||||
// suing the most common encoding (UTF-8 is almost ubiquitous nowadays) and
|
// suing the most common encoding (UTF-8 is almost ubiquitous nowadays) and
|
||||||
// ignore the rest
|
// ignore the rest
|
||||||
virtual bool OnRead(const wxMBConv& conv)
|
virtual bool OnRead(const wxMBConv& WXUNUSED(conv))
|
||||||
{
|
{
|
||||||
return wxTextFile::OnRead(
|
return wxTextFile::OnRead(
|
||||||
wxMBConvUTF8(wxMBConvUTF8::MAP_INVALID_UTF8_TO_OCTAL));
|
wxMBConvUTF8(wxMBConvUTF8::MAP_INVALID_UTF8_TO_OCTAL));
|
||||||
|
Reference in New Issue
Block a user