From ee0815066d48ade641421c60179aa8c385ea1d72 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 18 Jan 2005 12:21:06 +0000 Subject: 2005-01-18 Ralf Corsepius * sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h: Remove volatile on return type (GCC-4.0 complains about them). --- cpukit/score/include/rtems/score/interr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index 90fcd3f184..ea75940531 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -84,7 +84,7 @@ SCORE_EXTERN Internal_errors_Information Internal_errors_What_happened; * This routine is invoked when the application or the executive itself * determines that a fatal error has occurred. */ -void volatile _Internal_error_Occurred( +void _Internal_error_Occurred( Internal_errors_Source the_source, boolean is_internal, uint32_t the_error -- cgit v1.2.3