osrm-backend/include
Přemysl Šťastný b4f849adaa Solved this warning:
In file included from /home/travis/build/Project-OSRM/osrm-backend/include/storage/shared_data_index.hpp:4,
                 from /home/travis/build/Project-OSRM/osrm-backend/include/engine/datafacade/contiguous_block_allocator.hpp:4,
                 from /home/travis/build/Project-OSRM/osrm-backend/include/engine/datafacade/contiguous_internalmem_datafacade.hpp:5,
                 from /home/travis/build/Project-OSRM/osrm-backend/include/engine/plugins/nearest.hpp:5,
                 from /home/travis/build/Project-OSRM/osrm-backend/src/engine/plugins/nearest.cpp:1:
/home/travis/build/Project-OSRM/osrm-backend/include/storage/shared_datatype.hpp:102:26: warning: inline function ‘virtual void* osrm::storage::BaseDataLayout::GetBlockPtr(void*, const string&) const’ used but never defined
     virtual inline void *GetBlockPtr(void *base_ptr, const std::string &name) const = 0;
2019-05-28 12:45:47 +02:00
..
contractor Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
customizer Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
engine Fix bug in snapping=any when bearings or radiuses are supplied. 2019-02-15 20:42:30 -08:00
extractor Store metadata about original OSM data, and return it in the API response, if available. 2019-01-30 15:31:56 -08:00
guidance Fix errors when loading an incompatible dataset. 2018-04-04 12:38:40 +02:00
nodejs Configurable snapping behaviour (#5361) 2019-02-14 17:14:50 -08:00
osrm Fix formating 2018-02-06 11:51:33 +01:00
partitioner Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
server Configurable snapping behaviour (#5361) 2019-02-14 17:14:50 -08:00
storage Solved this warning: 2019-05-28 12:45:47 +02:00
updater Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
util Store metadata about original OSM data, and return it in the API response, if available. 2019-01-30 15:31:56 -08:00