Skip to content

Conversation

@rohieb
Copy link

@rohieb rohieb commented Oct 27, 2025

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' is not possible.

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.

Signed-off-by: Roland Hieber <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant