UrbanAnalyst / gtfsrouter

Routing and analysis engine for GTFS (General Transit Feed Specification) data
https://urbananalyst.github.io/gtfsrouter/
80 stars 17 forks source link

Fix clang++ -Wall issues #83

Closed mpadge closed 3 years ago

mpadge commented 3 years ago

There are a heap of them, mostly through inconsistent declarations of Iso variables as size_t vs int. Ensure they are used consistently throughout, and remove all other -Wall issues.