Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit efa2413

Browse files
Merge pull request #1072 from igchor/fix_helpers_test
tests: fix sign-conversion warning in helpers_test
2 parents a2cb574 + b966987 commit efa2413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/common/helpers_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static size_t const concurrency = 4;
1717
static void
1818
test()
1919
{
20-
std::atomic<int> counter;
20+
std::atomic<size_t> counter;
2121
counter = 0;
2222

2323
parallel_xexec(concurrency,

0 commit comments

Comments
 (0)