git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61353
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/scopeguard.h"
+#if WXWIN_COMPATIBILITY_2_8
+ // we override deprecated DoLog() and DoLogString() in this test, suppress
+ // warnings about it
+ #if wxCHECK_VISUALC_VERSION(7)
+ #pragma warning(disable: 4996)
+ #endif // VC++ 7+
+#endif // WXWIN_COMPATIBILITY_2_8
+
// ----------------------------------------------------------------------------
// test loggers
// ----------------------------------------------------------------------------