Ensure warning free compilation under GCC.

This commit is contained in:
Richard Barry 2007-12-01 20:56:44 +00:00
parent 2931f43895
commit b6d2b739f3
5 changed files with 20 additions and 14 deletions

View file

@ -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( ;; )
{
/*********************************************************************