Skip to content

Conversation

feschber
Copy link

gcc 14.2 includes -Wimplicit-int, causing the check-lxdialog.sh script to run into the following compilation error in the check() function:

<stdin>:2:1: error: return type defaults to ‘int’ [-Wimplicit-int]

This results in the incorrect assumption that ncurses is not available.

gcc 14.2 includes -Wimplicit-int, causing the check-lxdialog.sh script
to run into the following compilation error in the check() function:

```
<stdin>:2:1: error: return type defaults to ‘int’ [-Wimplicit-int]
```

This results in the incorrect assumption that ncurses is not available.
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