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
msgSend
@m..@s..@[email protected]@[email protected]@spuppy@splatforms@[email protected]:164:23: error: incompatible function pointer types assigning to 'tyProc__GzHItWOV8mXMIORHhW0e0Q' (aka 'long long (*)(long long, long long, char *)') from 'tyProc__ln4kdL5W9bbX4a1xl8nnVXQ' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] nimln_(194); msgSend = Dl_5368709136_; ^ ~~~~~~~~~~~~~~
Nim Compiler Version 2.1.1 [MacOSX: amd64] Compiled at 2024-02-23
The text was updated successfully, but these errors were encountered:
solution now is pass cflags eg. in nims file. switch("passC", "-Wno-incompatible-function-pointer-types")
switch("passC", "-Wno-incompatible-function-pointer-types")
Sorry, something went wrong.
I also have the same issue on macOS Sonoma 14.4.1.
@m..@s..@s..@[email protected]@[email protected]@spuppy@splatforms@[email protected]:143:10: error: incompatible function pointer types assigning to 'tyProc__RgKKSNSZBwbKmv4OT9c1inQ' (aka 'char *(*)(long long, long long)') from 'tyProc__ln4kdL5W9bbX4a1xl8nnVXQ' (aka 'void (*)(void)') [-Wincompatible-function-po
nim -v Nim Compiler Version 2.0.4 [MacOSX: amd64] Compiled at 2024-04-18
No branches or pull requests
Nim Compiler Version 2.1.1 [MacOSX: amd64]
Compiled at 2024-02-23
The text was updated successfully, but these errors were encountered: