Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.4
-
None
-
Clang: 15.0.0 build 1500
macOS: 14.4.1-arm64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.3
Rosetta 2: false
Description
When building jsvc on macOS with XCode 15.3 (for Homebrew), the build fails with the following error:
jsvc-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 ^ ~~~~~~~~~~
For more details see: https://github.com/Homebrew/homebrew-core/actions/runs/8967899390/job/24626304630
Attachments
Issue Links
- is duplicated by
-
DAEMON-464 struct sigaction function pointer causes build failures on LLVM 15+
- Resolved
- is fixed by
-
DAEMON-464 struct sigaction function pointer causes build failures on LLVM 15+
- Resolved