Mercurial > ecos
diff packages/kernel/current/ChangeLog @ 2404:ef95b9adfb61
Add (char *) casts to make GCC/4.2.x happy.
| author | gthomas |
|---|---|
| date | Mon, 02 Jul 2007 11:48:59 +0000 |
| parents | 64c9e46ea486 |
| children | a18d24f79bca |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,9 @@ +2007-07-02 Gary Thomas <gary@mlbassoc.com> + + * src/debug/dbg_gdb.cxx: + * src/common/thread.cxx (Cyg_IdleThread): Add (char *) casts + to make GCC/4.2.x happy. + 2007-06-11 Nick Garnett <nickg@ecoscentric.com> * tests/klock.c (entry0, entry1): Modify mbox part of test to
