Description
Issue on FreeBSD and macOS:
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 ^ ~~~~~~~~~~
Attachments
Issue Links
- duplicates
-
DAEMON-463 Daemon fails to build on macOS with XCode 15.3
- Resolved
- fixes
-
DAEMON-463 Daemon fails to build on macOS with XCode 15.3
- Resolved
- links to