Skip to content
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

ota_cbor.c: "'cbor_value_get_int' from incompatible pointer type" compilation warnings (CA-310) #198

Open
krjeschk opened this issue Sep 13, 2023 · 0 comments

Comments

@krjeschk
Copy link

I encountered compilation warnings when using esp-aws-iot ota-for-aws-iot-embedded-sdk:
image

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?

@github-actions github-actions bot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant