-
Notifications
You must be signed in to change notification settings - Fork 223
Fix warnings #302
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 warnings #302
Conversation
- Reorder member initialization on BLELocalCharacteristic - Remove unused variables in: - HCIClass::tryResolveAddress - HCIClass::handleEventPkt (the whole else if statement did nothing) - L2CAPSignalingClass::handleSecurityData (one initialization should be inside of _BLE_TRACE_ - BluetoothCryptoToolbox::f5 - BluetoothCryptoToolbox::testAh - BluetoothCryptoToolbox::testg2 - Uninitialized variable in L2CAPSignalingClass::handleSecurityData
CLA assistant check
All committers have signed the CLA.
Friendly ping on this
How can I get this PR reviewed?
@roleroz
sorry for the late response but last couple of months have been very intensive 🙂
I reviewed the PR and the fixes looked good (in particular the BLELocalCharacteristic constructor was bothering me every time I compiled 😅 ).
Thanks so much!
Commented on the issue assigned to this, this PR didn't fix all of it, there is one case left. If you can answer the question I put there (#310 (comment)) I'll gladly create another PR for that
Uh oh!
There was an error while loading. Please reload this page.
HCIClass::tryResolveAddress
HCIClass::handleEventPkt
(the whole else if statement did nothing)L2CAPSignalingClass::handleSecurityData
(one initialization should be inside of BLE_TRACEBluetoothCryptoToolbox::f5
BluetoothCryptoToolbox::testAh
BluetoothCryptoToolbox::testg2
L2CAPSignalingClass::handleSecurityData
There is still a warning in, which I cannot fix without more information (specifically what is the case 0x0A named):