forked from auracaster/openocd
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user