diff options
Diffstat (limited to 'tests/parser/attachmentHelperTest.cpp')
-rw-r--r-- | tests/parser/attachmentHelperTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/attachmentHelperTest.cpp b/tests/parser/attachmentHelperTest.cpp index 142730c5..d764ecc1 100644 --- a/tests/parser/attachmentHelperTest.cpp +++ b/tests/parser/attachmentHelperTest.cpp @@ -54,7 +54,7 @@ VMIME_TEST_SUITE_BEGIN res += "["; - for (int i = 0 ; i < bdy->getPartCount() ; ++i) + for (size_t i = 0 ; i < bdy->getPartCount() ; ++i) { vmime::ref <vmime::bodyPart> subPart = bdy->getPartAt(i); |