From e6f0e386779bfd1de821bfa9e03e9eb068f598e7 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Wed, 28 Apr 2010 15:16:17 +0000 Subject: [PATCH] + remove a compilation warning --- src/common/kiwix/indexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kiwix/indexer.cpp b/src/common/kiwix/indexer.cpp index d2de96b23..dde989f47 100644 --- a/src/common/kiwix/indexer.cpp +++ b/src/common/kiwix/indexer.cpp @@ -5,7 +5,7 @@ namespace kiwix { /* Count word */ unsigned int Indexer::countWords(const string &text) { unsigned int numWords = 1; - for(int i=0; i