From 4fd8976515a7e0a4aa34bad9611e9b67df5a186a Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 13 Mar 2016 20:15:22 +0100 Subject: Issue #126: more warnings fixed. --- tests/net/maildir/maildirStoreTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/net/maildir/maildirStoreTest.cpp') diff --git a/tests/net/maildir/maildirStoreTest.cpp b/tests/net/maildir/maildirStoreTest.cpp index 7e0ee39a..9911c484 100644 --- a/tests/net/maildir/maildirStoreTest.cpp +++ b/tests/net/maildir/maildirStoreTest.cpp @@ -488,7 +488,7 @@ private: (const std::vector >& folders, const vmime::net::folder::path& path) { - for (unsigned int i = 0, n = folders.size() ; i < n ; ++i) + for (size_t i = 0, n = folders.size() ; i < n ; ++i) { if (folders[i]->getFullPath() == path) return folders[i]; -- cgit v1.2.3