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
Takajo was not able to be compiled due to treeform/puppy#118 on Macs.
Error sample: error: incompatible function pointer types assigning to 'tyProc__ELDcQK9cgdUyzj5KMs6i3sA' (aka 'long long (*)(long long, long long)') from 'tyProc__ln4kdL5W9bbX4a1xl8nnVXQ' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] msgSend = Dl_2902458384_;
error: incompatible function pointer types assigning to 'tyProc__ELDcQK9cgdUyzj5KMs6i3sA' (aka 'long long (*)(long long, long long)') from 'tyProc__ln4kdL5W9bbX4a1xl8nnVXQ' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] msgSend = Dl_2902458384_;
We can solve this by passing switch("passC", "-Wno-incompatible-function-pointer-types") to nim when compiling.
switch("passC", "-Wno-incompatible-function-pointer-types")
The text was updated successfully, but these errors were encountered:
YamatoSecurity
Successfully merging a pull request may close this issue.
Takajo was not able to be compiled due to treeform/puppy#118 on Macs.
Error sample:
error: incompatible function pointer types assigning to 'tyProc__ELDcQK9cgdUyzj5KMs6i3sA' (aka 'long long (*)(long long, long long)') from 'tyProc__ln4kdL5W9bbX4a1xl8nnVXQ' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] msgSend = Dl_2902458384_;
We can solve this by passing
switch("passC", "-Wno-incompatible-function-pointer-types")
to nim when compiling.The text was updated successfully, but these errors were encountered: