mirror of https://github.com/asterisk/asterisk
This patch resolves a build failure in `menuselect_gtk.c` when running `make menuconfig` on Fedora 42. The new version of GTK introduced stricter type checking for callback signatures. Changes include: - Add wrapper functions to match the expected `void (*)(void)` signature. - Update `menu_items` array to use these wrappers. Fixes: #124321
parent
296cf69925
commit
28f5d4a2ec
Loading…
Reference in new issue