Commit f80ca11
committed
lxdialog: make compiler check C99-compliant
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]>1 parent fff35f3 commit f80ca11
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments