Skip to content

Changes

Started by upstream project gerrit-osmo-trx #562
Started 10 hr ago
Queued 6 sec
Took 5 min 57 sec on build5-deb12build-ansible
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