Skip to content

Incompatible pointer types in src/socket.c #31

@NHOrus

Description

@NHOrus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions