sh/include/rtems/score/cpuimpl.h: Address unused parameter warning

This commit is contained in:
Joel Sherrill
2023-08-21 11:40:20 -05:00
parent 75be09f745
commit d4785deb76

View File

@@ -41,11 +41,15 @@ RTEMS_NO_RETURN void _CPU_Fatal_halt( uint32_t source, CPU_Uint32ptr error );
static inline void _CPU_Context_volatile_clobber( uintptr_t pattern )
{
(void) pattern;
/* TODO */
}
static inline void _CPU_Context_validate( uintptr_t pattern )
{
(void) pattern;
while (1) {
/* TODO */
}