Closed stotko closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
5ff3a64
) 97.36% compared to head (03a0bed
) 97.36%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
By default,
index_t
resolves to a 32-bit integer, which on the supported platforms resolves toint
. While the complementary 64-bit mode, where it typically resolves tolong int
is also supported, the code is less frequently tested against a high warning level. Fix the conversion warnings that appeared after manual analysis and compilation in 64-bit index mode.