-
Notifications
You must be signed in to change notification settings - Fork 3k
Networking: Fix some ARMC6 warnings #10394
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
@kjbracey-arm, thank you for your changes. |
CI started |
#10395 - also in CI, if this one completes, we can merge this one as 10395 was already approved |
87fe8f9
to
7fb9ae6
Compare
Just force pushed this to remove the stray "left shift" extra commit without reading any of the comments... Guess you were intending to merge that, making it a combo with #10395? I can push it back to where it was, if that satisfies the CI. |
Lets leave it as it is, restarting CI now |
Test run: FAILEDSummary: 4 of 7 test jobs failed Failed test jobs:
|
Restarted CI |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
restarted restarted jenkins-ci/mbed-os-ci_dynamic-memory-usage |
Exporters error looks related - esp driver fails to build |
7fb9ae6
to
0bc5008
Compare
Needed to include |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
Some int-versus-long and signed-versus-unsigned format string mismatches, and missing `class` keyword.
0bc5008
to
69c6cc3
Compare
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Will restart tests, seems like something happened to few targets (not related) |
Description
Some int-versus-long and signed-versus-unsigned format string mismatches, and missing
class
keyword.Pull request type