riscv-openocd/src
Antonio Borneo cebd817cee helper/jim: review scope of symbols
Add "static" qualifier to private functions.

Function Jim_InterpolateTokens() is private, but has not
been changed to "static".
This function is called only once, so compiler inlines it.
After inline, there is a warning for variable uninitialized.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-06-18 07:52:47 +02:00
..
flash nor/at91sam3: replace helper membuf 2010-06-17 07:20:36 +02:00
helper helper/jim: review scope of symbols 2010-06-18 07:52:47 +02:00
jtag mingw32: -Wshadow fixes in arm-jtag-ew.c 2010-06-17 21:10:10 +02:00
pld PLD: review scope of functions 2010-04-10 17:06:16 +08:00
server gdb-server: fix -Wshadow warning 2010-06-17 15:41:07 +02:00
svf svf: -Wshadow warning fixes 2010-06-16 08:17:27 +02:00
target mips_ejtag: -Wshadow warning fixes 2010-06-15 23:27:08 +02:00
xsvf xsvf: -Wshadow warning fixes 2010-06-16 08:19:25 +02:00
Makefile.am Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
ecosboard.c NOR/DRIVERS: review scope of functions 2010-04-10 19:38:15 +08:00
hello.c HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
hello.h HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c OPENOCD: review scope of functions 2010-04-10 22:04:03 +08:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00