From e74152d0744ebc63612dcfc0d375671eebf35141 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 27 Feb 2017 12:56:06 +0100 Subject: loplugin:loopvartoosmall Change-Id: If630131272b5ed4c589ed76be340a4107632c461 --- hwpfilter/source/hcode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/hcode.cxx b/hwpfilter/source/hcode.cxx index e9a088c97137..41fb6d34cb81 100644 --- a/hwpfilter/source/hcode.cxx +++ b/hwpfilter/source/hcode.cxx @@ -1304,7 +1304,7 @@ char *hcolor2str(uchar color, uchar shade, char *buf, bool bIsChar) ::std::string urltounix(const char *src) { ::std::string ret; - unsigned int i = 0; + std::size_t i = 0; if( src[0] == 'C' && src[1] == ':' && src[2] == '\\' ) // Home Dir { ret.append("file://"); -- cgit