diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_deprecated.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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, "<node/>")
{
|