summaryrefslogtreecommitdiff
path: root/navit/geom.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
commit1ace6fe33b41674568351f9f4c89bfb81ca0c266 (patch)
tree0957e88f3297de9a389d159646a891fca1bfb21d /navit/geom.c
parent09a4413c92fb3749f20f445d3133602a12ef3a5b (diff)
downloadnavit-1ace6fe33b41674568351f9f4c89bfb81ca0c266.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/geom.c')
-rw-r--r--navit/geom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/geom.c b/navit/geom.c
index 876d13b94..65ea4986b 100644
--- a/navit/geom.c
+++ b/navit/geom.c
@@ -400,7 +400,7 @@ geom_poly_segments_point_inside(GList *in, struct coord *c)
return 0;
}
-int
+static int
clipcode(struct coord *p, struct rect *r)
{
int code=0;