-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix clang errors #21
base: master
Are you sure you want to change the base?
fix clang errors #21
Conversation
ludflu
commented
Aug 4, 2024
- fix problems with casting unsigned ints to (void *) pointers
- these changes allow us to compile PortMidi for OSX again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, there are lots of formatting changes but the code seems more readable now.
Is it possible to split commits into formatting and then actual fixing? |
yes, i'd be happy to do that |
Is there anything else I can do to help move this along? |
I am not familiar with this code at all, but after looking at how the descriptor field is used in the code base, the changes seem to be reasonable. I think I would prefer if the macro for casting is removed and casts are in the code directly. @dpwiz are you more familiar with this code base, what do you think? |
There were a few more warnings about pointers, so... #22 |