Skip to content

Fix compiler warning for int to size_t comparison

Some compilers create a warning since, the std::abs() result was not casted to size_t.

Merge request reports

Loading