2006-02-08 Joel Sherrill <joel@OARcorp.com>

* src/rtemsStatusCode.cc: Fix warnings.
This commit is contained in:
Joel Sherrill
2006-02-08 22:28:32 +00:00
parent 8b474b1352
commit 0fc5b85ca9
2 changed files with 5 additions and 1 deletions

View File

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

View File

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