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: #1243pull/1248/head
parent
8d7c91bc4c
commit
65db98af89
Loading…
Reference in new issue