Skip to content

Fix Coverity warnings where to xTaskResumeAll() calls don't use the returned value.#31

Merged
yuhui-zheng merged 1 commit into
FreeRTOS:masterfrom
RichardBarry:master
Mar 16, 2020
Merged

Fix Coverity warnings where to xTaskResumeAll() calls don't use the returned value.#31
yuhui-zheng merged 1 commit into
FreeRTOS:masterfrom
RichardBarry:master

Conversation

@RichardBarry

Copy link
Copy Markdown
Contributor

Fix Coverity warnings: In most cases the return value of xTaskResumeAll() is cast to void when it is not needed. This PR fixes a couple of instances in the heap_n.c implementations where that was not the case.

…ll() is cast to void when it is not needed. This PR fixes a couple of instances in the heap_n.c implementations where that was not the case.

@yuhui-zheng yuhui-zheng left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@yuhui-zheng yuhui-zheng merged commit 459dceb into FreeRTOS:master Mar 16, 2020
AhmedIsmail02 pushed a commit to AhmedIsmail02/FreeRTOS-Kernel that referenced this pull request Jun 12, 2024
The additional optional argument is useful to allow
the end user to create multiple build directories
for various applications and/or variants.

Signed-off-by: Hugues Kamba Mpiana <hugues.kambampiana@arm.com>
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

Successfully merging this pull request may close these issues.

2 participants