From a9d08d992378c8e73c80b949be1ec895ae597da8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 1 Jun 2010 05:41:26 +0000 Subject: tests: Improved IntelC support, added more compilers to autotest, removed old autotest script git-svn-id: http://pugixml.googlecode.com/svn/trunk@490 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_deprecated.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_deprecated.cpp') diff --git a/tests/test_deprecated.cpp b/tests/test_deprecated.cpp index 3295e82..68a3ff9 100644 --- a/tests/test_deprecated.cpp +++ b/tests/test_deprecated.cpp @@ -12,6 +12,9 @@ # endif #endif +#ifdef __INTEL_COMPILER +# pragma warning(disable: 1478) +#endif #include -- cgit v1.2.3