From 5fa25a878aa472530cfa981d374d6e9fe4e12c7c Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 11 Feb 2014 04:55:36 +0000 Subject: Fix bogus Clang 3.4 warning git-svn-id: https://pugixml.googlecode.com/svn/trunk@979 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_xalan_2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_xpath_xalan_2.cpp') diff --git a/tests/test_xpath_xalan_2.cpp b/tests/test_xpath_xalan_2.cpp index 4ab4928..5edae69 100644 --- a/tests/test_xpath_xalan_2.cpp +++ b/tests/test_xpath_xalan_2.cpp @@ -1,7 +1,7 @@ -#ifndef PUGIXML_NO_XPATH - #define _CRT_SECURE_NO_WARNINGS +#ifndef PUGIXML_NO_XPATH + #include "common.hpp" #include -- cgit v1.2.3