You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current compilers like GCC 14 fail to compile this test program with
default settings (unless `-Wno-implicit-int` is given) since function
prototypes without return value are not C99-compliant. The result is
that ncurses is not found, and 'make menuconfig' fails.
0 commit comments