Fix compiler warning for int to size_t comparison
All threads resolved!
All threads resolved!
Some compilers create a warning since, the std::abs() result was not casted to size_t.
Merge request reports
Activity
- Resolved by Florian Uhlig
@praisig, somehow you create your second MR from the same branch such that your second MR now also contain this changes. So please change (size_t) to static_cast<size_t>() here. After the merge you need to rebase your second MR.
mentioned in merge request !204 (merged)
Please register or sign in to reply