-
Notifications
You must be signed in to change notification settings - Fork 224
@roleroz (削除)
I have a PR ready for fixing most of these warnings (all except the last one) in https://github.com//pull/302, but I haven't had luck getting any traction on getting that reviewed
(削除ここまで)
Description
When you build the code in this library there are several warnings printed
-
(削除) Order member initialization on(fixed by Fix warnings #302 )BLELocalCharacteristic
(削除ここまで) -
(削除) Unused variables in: (削除ここまで)(fixed by Fix warnings #302 )-
(削除)HCIClass::tryResolveAddress
(削除ここまで) -
(削除)HCIClass::handleEventPkt
(the whole else if statement did nothing) (削除ここまで) -
(削除)L2CAPSignalingClass::handleSecurityData
(one initialization should be inside ofBLE_TRACE
) (削除ここまで) -
(削除)BluetoothCryptoToolbox::f5
(削除ここまで) -
(削除)BluetoothCryptoToolbox::testAh
(削除ここまで) -
(削除)BluetoothCryptoToolbox::testg2
(削除ここまで)
-
-
(削除) Uninitialized variable in(fixed by Fix warnings #302 )L2CAPSignalingClass::handleSecurityData
(削除ここまで) - Unenumerated case in
ArduinoBLE/src/utility/HCI.cpp
(would be fixed by merge of fix(HCI): missing LE_Event_Mask #386 )
(削除) If someone could review that PR most of these things would be fixed.
(削除ここまで)
If someone tells me what 0x0A means in that unenumerated case, I'm happy to add that to the enum as well
Additional context
Additional reports
- Lots of Compiler Warnings - At least if I build for a Teensy 4.1 or Micromod #274
- HCI.cpp:991:7: error: case value '10' not in enumerated type 'LE_META_EVENT' #346