summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.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/vehicleprofile.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/vehicleprofile.c')
-rw-r--r--navit/vehicleprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/vehicleprofile.c b/navit/vehicleprofile.c
index 34eec076d..2ce3ad1fa 100644
--- a/navit/vehicleprofile.c
+++ b/navit/vehicleprofile.c
@@ -295,7 +295,7 @@ vehicleprofile_get_name(struct vehicleprofile *this_)
return this_->name;
}
-void
+static void
vehicleprofile_init(struct vehicleprofile *this_)
{
vehicleprofile_update(this_);