summaryrefslogtreecommitdiff
path: root/navit/command.c
diff options
context:
space:
mode:
authorseralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-06 19:02:35 +0000
committerseralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-06 19:02:35 +0000
commite4e158a79773e32fac0f81d7e7968ae63e990516 (patch)
treeb6351a618e70e40da7e6aad2da27e3784f8095cc /navit/command.c
parent0bcd75e466d199c47d77c1bb9d3f9e9aa3b36e90 (diff)
downloadnavit-e4e158a79773e32fac0f81d7e7968ae63e990516.tar.gz
Fix:core:Fixed various compiler warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2640 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/command.c')
-rw-r--r--navit/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/command.c b/navit/command.c
index ec5fb56e6..2a7fb85fd 100644
--- a/navit/command.c
+++ b/navit/command.c
@@ -102,11 +102,11 @@ get_op(struct context *ctx, int test, ...)
return ret;
}
-static int
+/*static int
is_int(struct result *res)
{
return 1;
-}
+}*/
static int
is_double(struct result *res)