diff options
Diffstat (limited to 'cpp/test/Ice/custom/AllTests.cpp')
-rwxr-xr-x | cpp/test/Ice/custom/AllTests.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/custom/AllTests.cpp b/cpp/test/Ice/custom/AllTests.cpp index 9206e98c3ac..0f6853e19a5 100755 --- a/cpp/test/Ice/custom/AllTests.cpp +++ b/cpp/test/Ice/custom/AllTests.cpp @@ -13,6 +13,10 @@ #include <Test.h> #include <Wstring.h> +#ifdef _MSC_VER +# pragma warning( 4 : 4503 ) // C4503: ... : decorated name length exceeded, name was truncated +#endif + using namespace std; namespace |