Johannes Stezenbach <js@sig21.net> fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@929 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-08-18 18:27:09 +00:00
parent 29ecdd1e90
commit 835cfb82c9
2 changed files with 2 additions and 2 deletions

View File

@@ -709,7 +709,7 @@ int handle_fast_command(struct command_context_s *cmd_ctx, char *cmd, char **arg
return ERROR_OK;
}
void process_jim_events()
void process_jim_events(void)
{
#ifdef JIM_EMBEDDED
static int recursion = 0;