git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61010
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// for dll-interface class 'wxDocMDIChildFrame'" -- this is bogus as the
// template will be DLL-exported but only once it is used as base class
// here!
// for dll-interface class 'wxDocMDIChildFrame'" -- this is bogus as the
// template will be DLL-exported but only once it is used as base class
// here!
#pragma warning (disable:4275)
#endif
#pragma warning (disable:4275)
#endif
- #pragma warning (default:4275)
#endif
#endif // wxUSE_MDI_ARCHITECTURE
#endif
#endif // wxUSE_MDI_ARCHITECTURE
// for dll-interface class 'wxDocChildFrame'" -- this is bogus as the
// template will be DLL-exported but only once it is used as base class
// here!
// for dll-interface class 'wxDocChildFrame'" -- this is bogus as the
// template will be DLL-exported but only once it is used as base class
// here!
#pragma warning (disable:4275)
#endif
#pragma warning (disable:4275)
#endif
- #pragma warning (default:4275)
#endif
// ----------------------------------------------------------------------------
#endif
// ----------------------------------------------------------------------------
#ifdef __VISUALC__
// "non dll-interface class 'wxStringPrintfMixin' used as base interface
// for dll-interface class 'wxString'" -- this is OK in our case
#ifdef __VISUALC__
// "non dll-interface class 'wxStringPrintfMixin' used as base interface
// for dll-interface class 'wxString'" -- this is OK in our case
#pragma warning (disable:4275)
#endif
#pragma warning (disable:4275)
#endif
- #pragma warning (default:4275)
#endif
// ----------------------------------------------------------------------------
#endif
// ----------------------------------------------------------------------------
#ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
// "non dll-interface class 'wxStringPrintfMixin' used as base interface
// for dll-interface class 'wxString'" -- this is OK in our case
#ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
// "non dll-interface class 'wxStringPrintfMixin' used as base interface
// for dll-interface class 'wxString'" -- this is OK in our case
#pragma warning (disable:4275)
#endif
#pragma warning (disable:4275)
#endif
};
#ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
};
#ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
- #pragma warning (default:4275)
#endif
// string iterator operators that satisfy STL Random Access Iterator
#endif
// string iterator operators that satisfy STL Random Access Iterator
// "non dll-interface class 'std::basic_string<wxChar32>' used as base
// interface for dll-interface class 'wxString'" -- this is OK in our case
// (and warning is unavoidable anyhow)
// "non dll-interface class 'std::basic_string<wxChar32>' used as base
// interface for dll-interface class 'wxString'" -- this is OK in our case
// (and warning is unavoidable anyhow)
#pragma warning(disable:4275)
#endif
#pragma warning(disable:4275)
#endif
- #pragma warning(default:4275)
#endif
inline wxUString operator+(const wxUString &s1, const wxUString &s2)
#endif
inline wxUString operator+(const wxUString &s1, const wxUString &s2)