validation: Fix integer type warning

Update #4662.
This commit is contained in:
Sebastian Huber
2022-09-09 08:07:55 +02:00
parent 270200e972
commit 8d32b9884c

View File

@@ -392,7 +392,7 @@ static void DoAction( void *ctx_in )
); );
} }
static void WorkerTask( unsigned int argument ) static void WorkerTask( rtems_task_argument argument )
{ {
Context *ctx = (Context *) argument; Context *ctx = (Context *) argument;
if ( ctx != NULL ) { if ( ctx != NULL ) {