X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f51673bb890f637a1979df92ff939935a1dd460..3c01c5951189e13b8b4a5d7b288b54d4a57a30f8:/tests/testprec.h diff --git a/tests/testprec.h b/tests/testprec.h index 432d0405a2..b5178c8d1e 100644 --- a/tests/testprec.h +++ b/tests/testprec.h @@ -5,6 +5,12 @@ #if (defined(__VISUALC__) && (__VISUALC__ >= 1300)) || \ (defined(__GNUC__) && (__GNUC__ >= 3)) #define wxHAVE_U_ESCAPE + + // and disable warning that using them results in with MSVC 8+ + #if wxCHECK_VISUALC_VERSION(8) + // universal-character-name encountered in source + #pragma warning(disable:4428) + #endif #endif // thrown when assert fails in debug build