2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

* gdbstub/rtems-stub-glue.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2010-04-28 18:59:41 +00:00
parent 7657a000d2
commit dc9c137334
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* gdbstub/rtems-stub-glue.c: Remove warnings.
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* umon/umonrtemsglue.c: change type to avoid warning

View File

@@ -283,7 +283,6 @@ int rtems_gdb_stub_get_thread_info(
int first_posix_id, first_rtems_id;
Objects_Information *obj_info;
Thread_Control *th;
uint32_t name;
char tmp_buf[20];
ASSERT(info != NULL);