Sweep out some Wsign-conversion warnings

This commit is contained in:
Martin Hořeňovský
2021-11-20 23:40:32 +01:00
parent 9952f29f01
commit 8cb8f0b08b
15 changed files with 43 additions and 41 deletions

View File

@@ -67,7 +67,7 @@ public:
++m_testCaseCounter.starting;
// Reset the part tracking for partial test case events
m_lastSeenPartNumber = -1;
m_lastSeenPartNumber = uint64_t(-1);
}
void testCasePartialStarting(Catch::TestCaseInfo const&,