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:
parent
d6d6876da7
commit
39ee42f907
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user