Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1068,7 +1068,7 @@ bool wxVariantDataDateTime::Eq(wxVariantData& data) const
|
||||
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
bool wxVariantDataDateTime::Write(wxSTD ostream& str) const
|
||||
bool wxVariantDataDateTime::Write(wxSTD ostream& WXUNUSED(str)) const
|
||||
{
|
||||
// Not implemented
|
||||
return false;
|
||||
@@ -1156,7 +1156,7 @@ bool wxVariantDataArrayString::Eq(wxVariantData& data) const
|
||||
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
bool wxVariantDataArrayString::Write(wxSTD ostream& str) const
|
||||
bool wxVariantDataArrayString::Write(wxSTD ostream& WXUNUSED(str)) const
|
||||
{
|
||||
// Not implemented
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user