forked from Imagelibrary/rtems
sh/include/rtems/score/cpuimpl.h: Address unused parameter warning
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user