From 981a445319f1acfe1194e61b320a9218a8a7a481 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 8 May 2010 17:10:16 +0000 Subject: Implemented PUGIXML_DEPRECATED for GCC and MSVC7+ git-svn-id: http://pugixml.googlecode.com/svn/trunk@387 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_deprecated.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_deprecated.cpp') diff --git a/tests/test_deprecated.cpp b/tests/test_deprecated.cpp index e251876..f401fbd 100644 --- a/tests/test_deprecated.cpp +++ b/tests/test_deprecated.cpp @@ -6,6 +6,10 @@ #include "writer_string.hpp" +#ifdef _MSC_VER +# pragma warning(disable: 4996) +#endif + // format_write_bom_utf8 - it's now format_write_bom! TEST_XML(document_save_bom_utf8, "") { -- cgit v1.2.3