Skip to content
Success

#28068 (Apr 22, 2026, 10:27:47 PM)

Started 8 hr 28 min ago
Took 5.6 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-trx build number 562
originally caused by:

This run spent:

  • 5 min 39 sec waiting;
  • 5.6 sec build duration;
  • 5 min 45 sec total from scheduled to completion.
Revision: b1959dd9e0329ff0639256a1be2b5726c14feefe
Repository: $GERRIT_REPO_URL
  • master
convolve: avoid function pointer casts by adding wrapper functions

Introduce _base_convolve_*_void() wrappers matching the expected
function pointer signatures and use them instead of casting
_base_convolve_* functions to (void *).

This removes unsafe function pointer casts and improves
type safety, which is required for stricter toolchains and
non-native targets (e.g. WebAssembly)

Change-Id: Idecb118be285eb3e4691d1761d0d8fa24fd80c75
dtv.comp at