Tristramg / osm4routing

Parse OpenStreetMap data for routing
GNU General Public License v3.0
109 stars 32 forks source link

Removed warnings for implicit type conversions #12

Closed kpelechrinis closed 10 years ago

kpelechrinis commented 10 years ago

I have made a few changes on variable types and return types for removing compilation warnings about implicit type conversions that can possibly lead to numerical errors.

Tristramg commented 10 years ago

thanks a lot