Fix heap_4 Cast Conversion Issue - #778
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #778 +/- ##
=======================================
Coverage 94.35% 94.35%
=======================================
Files 6 6
Lines 2446 2446
Branches 598 598
=======================================
Hits 2308 2308
Misses 85 85
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
is the Github actions file changes related/necessary for the warning fix? |
|
If the Workflow files changes are unrelated, please do them in a separate PR. |
e70abda to
3778278
Compare
|
Was just annoyed with the dozen or so warnings we get on every workflow run since we use |
|
Sounds good! Taking a look at your #781 PR now |
Description
Pull Request #771 introduced the following warning in
heap_4.c:The reason of the warning is that the types two variables being added, namely
uxAddressandxTotalHeapSize, differ in signedness. This PR adds a cast to avoid this warning.Test Steps
The warning is no longer there after the fix:
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.