diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-19 20:51:16 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-19 20:51:16 +0000 |
commit | 40580e2d71ac56131a5da7e5f67a0b63450e4f24 (patch) | |
tree | e35583cefe3a40bfdc0cd2456565f273369b4a3f /src/xsvf | |
parent | 7989000e0969c1ccf69acbc3ce649a020bc1ee66 (diff) | |
download | openocd+libswd-40580e2d71ac56131a5da7e5f67a0b63450e4f24.tar.gz openocd+libswd-40580e2d71ac56131a5da7e5f67a0b63450e4f24.tar.bz2 openocd+libswd-40580e2d71ac56131a5da7e5f67a0b63450e4f24.tar.xz openocd+libswd-40580e2d71ac56131a5da7e5f67a0b63450e4f24.zip |
Zach Welch <zw@superlucidity.net> fix -Werror warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@1472 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/xsvf')
-rw-r--r-- | src/xsvf/xsvf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index eea5ff16..4e1f23e0 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -743,7 +743,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha case XCOMMENT: { - int ndx = 0; + unsigned int ndx = 0; char comment[128]; do |