2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>

* sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h:
	Remove volatile on return type (GCC-4.0 complains about them).
This commit is contained in:
Ralf Corsepius
2005-01-18 12:21:06 +00:00
parent d662c8ca51
commit ee0815066d
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h:
Remove volatile on return type.
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* itron/inline/rtems/itron/task.inl (_ITRON_Task_Priority_to_Core,

View File

@@ -39,7 +39,7 @@ extern "C" {
* determines that a fatal error has occurred.
*/
void volatile rtems_fatal_error_occurred(
void rtems_fatal_error_occurred(
uint32_t the_error
);

View File

@@ -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