Skip to content
Snippets Groups Projects
Commit 835cfb82 authored by oharboe's avatar oharboe
Browse files

Johannes Stezenbach <js@sig21.net> fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@929 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 29ecdd1e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -79,7 +79,7 @@ extern int command_run_line(command_context_t *context, char *line);
extern int command_run_linef(command_context_t *context, char *format, ...);
extern void command_output_text(command_context_t *context, const char *data);
extern void process_jim_events();
extern void process_jim_events(void);
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)
#define ERROR_COMMAND_SYNTAX_ERROR (-601)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment