XPath: Fixed MinGW compilation warning

git-svn-id: http://pugixml.googlecode.com/svn/trunk@732 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-09-14 07:12:57 +00:00
parent d6d6876da7
commit 39ee42f907

View File

@ -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;