diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2010-06-18 11:39:43 +0800 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-06-18 07:52:47 +0200 |
commit | cebd817cee515fda9d697c5c8d23992254805346 (patch) | |
tree | 6b4fb20d0593723aa4acfb778ebbc51b284e837e /testing/index.html | |
parent | ada8f5963d0263d9e839c371641fdb4dd611f436 (diff) | |
download | openocd+libswd-cebd817cee515fda9d697c5c8d23992254805346.tar.gz openocd+libswd-cebd817cee515fda9d697c5c8d23992254805346.tar.bz2 openocd+libswd-cebd817cee515fda9d697c5c8d23992254805346.tar.xz openocd+libswd-cebd817cee515fda9d697c5c8d23992254805346.zip |
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>
Diffstat (limited to 'testing/index.html')
0 files changed, 0 insertions, 0 deletions