mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
validation: Address unused parameter
Mark the parameter as unused in uniprocessor configurations.
This commit is contained in:
@@ -733,6 +733,8 @@ static void CleanupSticky( Context *ctx )
|
||||
}
|
||||
|
||||
T_eq_u32( rtems_scheduler_get_processor(), 0 );
|
||||
#else
|
||||
(void) ctx;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user