From 39ee42f907f9cb7481969db29ca4c78985d65a5a Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 14 Sep 2010 07:12:57 +0000 Subject: XPath: Fixed MinGW compilation warning git-svn-id: http://pugixml.googlecode.com/svn/trunk@732 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.cpp') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index dd26d7b..c943f7f 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -9087,7 +9087,7 @@ namespace pugi } #endif - size_t xpath_query::evaluate_string(char_t* buffer, size_t capacity, const xpath_node& n) const + size_t xpath_query::evaluate_string(char_t* buffer, volatile size_t capacity, const xpath_node& n) const { xpath_context c(n, 1, 1); xpath_stack_data sd; -- cgit v1.2.3