Michael Osipov created DAEMON-464:
-------------------------------------
Summary: struct sigaction function pointer causes build failure on
LLVM 15+
Key: DAEMON-464
URL: https://issues.apache.org/jira/browse/DAEMON-464
Project: Commons Daemon
Issue Type: Bug
Components: Jsvc
Affects Versions: 1.3.4
Reporter: Michael Osipov
Assignee: Michael Osipov
Fix For: 1.4.0
Issue on FreeBSD and macOS:
{noformat}
svc-unix.c:1311:20: error: incompatible function pointer types assigning to
'void (*)(int)' from 'void (int, siginfo_t *, void *)' (aka 'void (int, struct
__siginfo *, void *)') [-Wincompatible-function-pointer-types] 90
act.sa_handler = controller; 91 ^ ~~~~~~~~~~
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)