]> begriffs open source - freertos/commit
Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409)
authorKevin Thibedeau <kevin.thibedeau@gmail.com>
Mon, 8 Nov 2021 21:51:25 +0000 (16:51 -0500)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 21:51:25 +0000 (13:51 -0800)
commitcd0b7fc271de55d3358761a292275e0e9a491a0a
tree576c85cad4cf23547a019d38521ffd589c279654
parent1ec7e507223e87c969040e1a3a2cc08f2631184c
Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409)

There's already a portYIELD_FROM_ISR() macro that calls vPortYield() which wraps the FromISR code.
It doesn't appear that vPortYieldFromISR() is intended to be publicly accessible in this port so
I've marked it as private to silence the warning.

event_create() also got flagged due to missing void in prototype.

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
portable/ThirdParty/GCC/Posix/port.c
portable/ThirdParty/GCC/Posix/utils/wait_for_event.c
portable/ThirdParty/GCC/Posix/utils/wait_for_event.h