Skip to content

Conversation

@PPN-SD
Copy link
Contributor

@PPN-SD PPN-SD commented Sep 3, 2025

pick up from quantcast/qfs@f035a95

Closes: #261

>src/signal.c:545:31: error: assignment to ‘__sighandler_t’ {aka ‘void (*)(int)’} from
>incompatible pointer type ‘void (*)(void)’[-Wincompatible-pointer-types]
>  545 |                 sa.sa_handler = &ls_noop;
>        |                               ^

Signed-off-by: Nicolas PARLANT <[email protected]>
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

Successfully merging this pull request may close these issues.

Compilation will fail in future (-Werror=deprecated-non-prototype issues are forbidden in C23)

2 participants