diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h index 6eb4c4e6dc..358b32e029 100644 --- a/cpukit/score/cpu/sh/rtems/score/cpu.h +++ b/cpukit/score/cpu/sh/rtems/score/cpu.h @@ -438,7 +438,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high; * sequence (if a dispatch is necessary). */ -SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); +SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(void); /* * Nothing prevents the porter from declaring more CPU specific variables.