Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible pointer types in src/socket.c #31

Open
NHOrus opened this issue May 9, 2024 · 0 comments
Open

Incompatible pointer types in src/socket.c #31

NHOrus opened this issue May 9, 2024 · 0 comments

Comments

@NHOrus
Copy link

NHOrus commented May 9, 2024

GCC-14 now enables by default errors for long-deprecated C features.
It causes tinyfugue to fail to build with error:

socket.c: In function ‘handle_socket_lines’:
socket.c:2657:27: error: assignment to ‘String *’ from incompatible pointer type ‘conString *’ [-Wincompatible-pointer-types]
 2657 |             incoming_text = line;
      |                           ^

Gentoo bug: https://bugs.gentoo.org/921030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant