Fix GCC 14 warning

It looks like only initialized elements of ctxBits are actually used, but it seems GCC is not able to properly track it. The std::array constructor does not initialize values for basic types.

Merge request reports

Loading