mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
Fixes http://autobuild.buildroot.net/results/2058934e442c0b3f3d0bd81bd7ed080c2eaade31/ The source code uses empty argument function pointer prototypes, which changed behaviour in C23 (default in gcc-15): https://gcc.gnu.org/gcc-15/porting_to.html#c23-fn-decls-without-parameters Causing build issues. Fix it by forcing gnu99 mode instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
684 B
684 B