-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
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
Compilation warnings on macOS 14.0 with Apple M2 chip #169
Labels
Comments
More details:
|
How did you solve it? |
Please refer to #162 , these are just warnings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm experiencing some compilation warnings when installing
go-callvis
on macOS 14.0 (23A344) with an Apple M2 chip. I thought it might be important to report this in case it affects other users or if it could potentially lead to issues down the line.Environment:
go version
and paste the output here)Installation Command:
go install github.com/ofabry/go-callvis@latest
Warnings:
These warnings seem to point towards implicit truncation from 'int' to a one-bit wide bit-field and functions defined without prototypes, which are deprecated in current and future versions of C.
Despite these warnings, the installation completes, but I'm concerned about the potential for unexpected behavior or compatibility issues with future versions of Go or macOS.
Is this something that can be looked into? Any guidance on whether these warnings can be safely ignored or if they will be addressed in a future update would be appreciated.
Thank you for your time and for maintaining this project!
The text was updated successfully, but these errors were encountered: