Kaydet (Commit) 5021f01e authored tarafından Michael Stahl's avatar Michael Stahl

testtools: disable MSVC warning C4503

This was disabled by boost/config/compiler/visualc.hpp before commit
110d55cc

Change-Id: Ic4757b0ab74c14fb49d7a0ec502253b667fae033
üst 363aa5db
......@@ -54,6 +54,9 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::registry;
using namespace test::testtools::bridgetest;
#ifdef _MSC_VER
#pragma warning (disable : 4503) // irrelevant for test code
#endif
#define SERVICENAME "com.sun.star.test.bridge.CppTestObject"
#define IMPLNAME "com.sun.star.comp.bridge.CppTestObject"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment