We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Env: MacOS 14.4, M2 Chip.
libks-1.8.3/src/ks_thread.c:144:9: error: incompatible pointer to integer conversion returning 'pthread_t _Nonnull' (aka 'struct _opaque_pthread_t *') from a function with result type 'ks_pid_t' (aka 'int') [-Wint-conversion] return pthread_self(); ^~~~~~~~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/ks.dir/src/ks_thread.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/ks.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
hi, I occurred the same wrong, have you solved the problem?
Sorry, something went wrong.
signalwire/libks#205 This PR fixed this issue.
No branches or pull requests
Env: MacOS 14.4, M2 Chip.
The text was updated successfully, but these errors were encountered: