Attention is currently required from: Timur Davydov.
Hello Hoernchen, Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/42655?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
Change subject: convolve: avoid function pointer casts by adding wrapper functions ......................................................................
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 --- M Transceiver52M/arch/x86/convolve.c 1 file changed, 27 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/55/42655/2