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
No description provided.
The text was updated successfully, but these errors were encountered:
Which platform/compiler?
Sorry, something went wrong.
Oops, I forgot to mention that. I get this warning when cross-compiling from Windows to Linux using zig cc; with gcc on linux I get:
zig cc
gcc
thread.h:1313:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
The Linux code basically treats the pointer as a number anw. Just need an intermediate casting step to uintptr_t to suppress the warning.
uintptr_t
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: