-
Notifications
You must be signed in to change notification settings - Fork 464
fix: Address possible NULL binding compiler warning #1091
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
Conversation
mykola-mokhnach
commented
Dec 18, 2025
DanMPerfecto
left a comment
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.
I'm unable to test it at the moment, but the logic looks good to me.
KazuCocoa
left a comment
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.
lg
| self->flags |= kConnecting; | ||
|
|
||
| [self->sendQueue addObject:packet]; | ||
| [self->sendQueue addObject:packet]; |
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.
Maybe... these might need more spaces....? I guess this file has mixed with tabs/spaces...?
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.
I think it makes sense to completely reformat the whole file in Xcode, but not in the same PR
## [10.5.2](v10.5.1...v10.5.2) (2025-12-18) ### Bug Fixes * Address possible NULL binding compiler warning ([#1091](#1091)) ([263e646](263e646))
|
🎉 This PR is included in version 10.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |