- remove build warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@348 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include <getopt.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
static int help_flag;
|
||||
|
||||
static struct option long_options[] =
|
||||
@@ -47,8 +46,6 @@ static struct option long_options[] =
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
||||
|
||||
int configuration_output_handler(struct command_context_s *context, char* line)
|
||||
{
|
||||
INFO(line);
|
||||
@@ -56,7 +53,6 @@ int configuration_output_handler(struct command_context_s *context, char* line)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
int parse_cmdline_args(struct command_context_s *cmd_ctx, int argc, char *argv[])
|
||||
{
|
||||
int c;
|
||||
|
||||
Reference in New Issue
Block a user