summaryrefslogtreecommitdiff
path: root/src/helper/options.c
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-25 20:18:26 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-25 20:18:26 +0000
commit5279d519f8e98d6a134e77b54669512f618672bd (patch)
treeba6da87ea129be1f77ad0f07a33d88b2ab544498 /src/helper/options.c
parent3d6bcf07921753141a3905ee5619724573460cb3 (diff)
downloadopenocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.tar.gz
openocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.tar.bz2
openocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.tar.xz
openocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.zip
- remove build warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@348 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/options.c')
-rw-r--r--src/helper/options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/helper/options.c b/src/helper/options.c
index 89bf1f9b..30dad17d 100644
--- a/src/helper/options.c
+++ b/src/helper/options.c
@@ -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;