From 30b2467fde164b5e631b2be5430a71a248dcb3ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Feb 2011 10:55:40 +0200 Subject: Fix warning --- libxsde/xsde/cxx/parser/expat/document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxsde') diff --git a/libxsde/xsde/cxx/parser/expat/document.cxx b/libxsde/xsde/cxx/parser/expat/document.cxx index 3afca7b..fa7e3f0 100644 --- a/libxsde/xsde/cxx/parser/expat/document.cxx +++ b/libxsde/xsde/cxx/parser/expat/document.cxx @@ -358,7 +358,7 @@ namespace xsde break; } #endif - parse (buf, is.gcount (), is.eof ()); + parse (buf, static_cast (is.gcount ()), is.eof ()); #ifndef XSDE_EXCEPTIONS if (error_) -- cgit v1.1