Loading
gnucobol: fix build with GCC 15
GCC 15 changed some warnings to errors, particularly around function pointer types (C23 empty parentheses means no args, not unspecified). These flags are needed until gnucobol is updated to compile cleanly with GCC 15. See: https://gcc.gnu.org/gcc-15/porting_to.html