mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Ensure warning free compilation under GCC.
This commit is contained in:
parent
2931f43895
commit
b6d2b739f3
5 changed files with 20 additions and 14 deletions
|
@ -99,6 +99,8 @@ portBASE_TYPE xItem, xData;
|
|||
portTickType xTimeWhenBlocking;
|
||||
portTickType xTimeToBlock, xBlockedTime;
|
||||
|
||||
( void ) pvParameters;
|
||||
|
||||
for( ;; )
|
||||
{
|
||||
/*********************************************************************
|
||||
|
@ -354,6 +356,8 @@ static void vSecondaryBlockTimeTestTask( void *pvParameters )
|
|||
portTickType xTimeWhenBlocking, xBlockedTime;
|
||||
portBASE_TYPE xData;
|
||||
|
||||
( void ) pvParameters;
|
||||
|
||||
for( ;; )
|
||||
{
|
||||
/*********************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue