Fix opencl usage and example compilation on macOS (#185) #2332
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
Matrix: run-tests-on-linux
Matrix: run-tests-on-macos
Annotations
2 errors
run-tests-on-macos (macos-latest)
Command failed: make
./vc/v.c:38001:31: error: scalar initializer cannot be empty
sigset_t mask1 = ((sigset_t){EMPTY_STRUCT_INITIALIZATION});
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [all] Error 1
|
run-tests-on-macos (macos-latest, --prod)
Command failed: make
./vc/v.c:38001:31: error: scalar initializer cannot be empty
sigset_t mask1 = ((sigset_t){EMPTY_STRUCT_INITIALIZATION});
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [all] Error 1
|