From: Kaj-Michael Lang Date: Fri, 7 Dec 2007 12:25:23 +0000 (+0200) Subject: Remove static, make gcc 4 happy X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74fdbf13d1cf3270956dcb7ffbcad33f97d549e;p=mapper Remove static, make gcc 4 happy --- diff --git a/src/osm.c b/src/osm.c index 31508e6..66a16bd 100644 --- a/src/osm.c +++ b/src/osm.c @@ -994,7 +994,7 @@ w->data->layer=0; w->data->speed=0; } -static void +void osm_free_way_data(way *w) { if (!w->data)