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/parser/bodyPartTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/parser/bodyPartTest.cpp') diff --git a/tests/parser/bodyPartTest.cpp b/tests/parser/bodyPartTest.cpp index f6f82f75..4dc5d670 100644 --- a/tests/parser/bodyPartTest.cpp +++ b/tests/parser/bodyPartTest.cpp @@ -308,7 +308,7 @@ VMIME_TEST_SUITE_BEGIN(bodyPartTest) static const std::string BODY1_LINE = "BODY1BODY1BODY1BODY1BODY1BODY1BODY1BODY1BODY1BODY1BODY1BODY1BODY1"; static const std::string BODY1_END = "END1END1"; static const unsigned int BODY1_REPEAT = 35000; - static const unsigned int BODY1_LENGTH = + static const size_t BODY1_LENGTH = BODY1_BEGIN.length() + BODY1_LINE.length() * BODY1_REPEAT + BODY1_END.length(); static const std::string BODY2_LINE = "BODY2BODY2BODY2BODY2BODY2BODY2BODY2BODY2BODY2BODY2BODY2BODY2BODY2"; -- cgit v1.2.3