summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-02-11 04:55:36 +0000
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-02-11 04:55:36 +0000
commit5fa25a878aa472530cfa981d374d6e9fe4e12c7c (patch)
tree046bdd7140a8490d12174123d1f917bf31ac732e
parentf5a5f49802dd7d3304f9048c129f8d2c96949fd7 (diff)
Fix bogus Clang 3.4 warning
git-svn-id: https://pugixml.googlecode.com/svn/trunk@979 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r--tests/test_xpath_xalan_2.cpp4
1 files changed, 2 insertions, 2 deletions
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 <string>