diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index b3dea15437..8a3223211d 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -65,7 +65,7 @@ inline int wxCMPFUNC_CONV wxNaturalStringSortDescending(const wxString& s1, cons typedef int (wxCMPFUNC_CONV *CMPFUNCwxString)(wxString*, wxString*); -class WXDLLIMPEXP_BASE wxArrayString : public wxBaseArray +class WXDLLIMPEXP_BASE wxWARN_UNUSED wxArrayString : public wxBaseArray { public: // type of function used by wxArrayString::Sort() @@ -155,7 +155,7 @@ private: #include #include "wx/afterstd.h" -class WXDLLIMPEXP_BASE wxArrayString +class WXDLLIMPEXP_BASE wxWARN_UNUSED wxArrayString { public: // type of function used by wxArrayString::Sort()