forked from Imagelibrary/rtems
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* src/rtemsStatusCode.cc: Fix warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/rtemsStatusCode.cc: Fix warnings.
|
||||
|
||||
2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Add preinstall.am.
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
Status Code string table
|
||||
*/
|
||||
|
||||
static char *status_strings[RTEMS_STATUS_CODES_LAST + 1] =
|
||||
static const char *status_strings[RTEMS_STATUS_CODES_LAST + 1] =
|
||||
{
|
||||
"RTEMS[00] successful completion",
|
||||
"RTEMS[01] task exitted, returned from a thread",
|
||||
|
||||
Reference in New Issue
Block a user