summaryrefslogtreecommitdiff
path: root/navit/command.c
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-21 22:22:03 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-21 22:22:03 +0000
commita728db0cee59b793f8ec04ada6f90d0a565ee1b7 (patch)
tree0957e88f3297de9a389d159646a891fca1bfb21d /navit/command.c
parentcba14e8a933d78abd44e014f324116980764b99b (diff)
downloadnavit-svn-a728db0cee59b793f8ec04ada6f90d0a565ee1b7.tar.gz
Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix corresponding warnings.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5586 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/command.c')
-rw-r--r--navit/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/command.c b/navit/command.c
index c39aff5b..9e53e3cf 100644
--- a/navit/command.c
+++ b/navit/command.c
@@ -1191,7 +1191,7 @@ command_evaluate_to_length(const char *expr, int *error)
return 0;
}
-int
+static int
command_evaluate_single(struct context *ctx)
{
struct result res={{0,},},tmp={{0,},};