- remove build warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@348 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-02-25 20:18:26 +00:00
parent 3d6bcf0792
commit 5279d519f8
6 changed files with 6 additions and 10 deletions

View File

@@ -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;