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
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;
| ^
GCC-14 now enables by default errors for long-deprecated C features.
It causes tinyfugue to fail to build with error:
Gentoo bug: https://bugs.gentoo.org/921030
The text was updated successfully, but these errors were encountered: