From 39ee42f907f9cb7481969db29ca4c78985d65a5a Mon Sep 17 00:00:00 2001
From: "arseny.kapoulkine"
 <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>
Date: Tue, 14 Sep 2010 07:12:57 +0000
Subject: [PATCH] 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(-)

diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index dd26d7b9..c943f7fc 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;
-- 
GitLab