summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-09-14 07:12:57 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-09-14 07:12:57 +0000
commit39ee42f907f9cb7481969db29ca4c78985d65a5a (patch)
tree2f983f1bf9c350d258aa66e023ca164ab4a695a8 /src
parentd6d6876da709c352c80ef1615af9a3b2745345ba (diff)
XPath: Fixed MinGW compilation warning
git-svn-id: http://pugixml.googlecode.com/svn/trunk@732 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src')
-rw-r--r--src/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
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;