You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They are solved in the newest version of aws/ota-for-aws-iot-embedded-sdk, but esp-aws-iot ota-for-aws-iot-embedded-sdk uses the old commit of ota-for-aws-iot-embedded-sdk
Is is possible to update the ota-for-aws-iot-embedded-sdk submodule in the newest esp-aws-iot release?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
ota_cbor.c: "'cbor_value_get_int' from incompatible pointer type" compilation warnings
ota_cbor.c: "'cbor_value_get_int' from incompatible pointer type" compilation warnings (CA-310)
Sep 13, 2023
I encountered compilation warnings when using esp-aws-iot ota-for-aws-iot-embedded-sdk:
The problems are (as the wanings suggest) incorrect castings here:
ota_cbor.c#L135
ota_cbor.c#L154
ota_cbor.c#L173
They are solved in the newest version of aws/ota-for-aws-iot-embedded-sdk, but esp-aws-iot ota-for-aws-iot-embedded-sdk uses the old commit of ota-for-aws-iot-embedded-sdk
Is is possible to update the ota-for-aws-iot-embedded-sdk submodule in the newest esp-aws-iot release?
The text was updated successfully, but these errors were encountered: