openocd/src/rtos
Paul Fertser 164c543799 rtos: fix uninitialised variable warning
Breaks build with clang 3.3. This "addr" variable is actually always
ignored by next_symbol() when cur_symbol is an empty string but clang
can't (and probably shouldn't) prove that automatically.

Change-Id: Id030f1aa34b9d40b5fa20a422031511520e52669
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1876
Tested-by: jenkins
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2014-02-04 21:17:24 +00:00
..
ChibiOS.c Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +00:00
eCos.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
embKernel.c Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +00:00
FreeRTOS.c nds32: support FreeRTOS 2013-09-13 19:37:45 +00:00
linux_header.h rtos : linux awareness 2012-01-15 22:17:16 +00:00
linux.c Conform to C99 integer types format specifiers 2014-01-15 12:40:42 +00:00
Makefile.am update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_chibios_stackings.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_chibios_stackings.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_ecos_stackings.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_ecos_stackings.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_embkernel_stackings.c cortex_m: target implementation renames cortex_m3 to cortex_m 2013-10-10 20:51:03 +00:00
rtos_embkernel_stackings.h cortex_m: target implementation renames cortex_m3 to cortex_m 2013-10-10 20:51:03 +00:00
rtos_standard_stackings.c nds32: support FreeRTOS 2013-09-13 19:37:45 +00:00
rtos_standard_stackings.h nds32: support FreeRTOS 2013-09-13 19:37:45 +00:00
rtos.c rtos: fix uninitialised variable warning 2014-02-04 21:17:24 +00:00
rtos.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
ThreadX.c update files to correct FSF address 2013-06-05 19:52:42 +00:00