cf
This commit is contained in:
parent
b80e96547e
commit
3beb8c825b
@ -23,8 +23,7 @@ enum class return_code : unsigned
|
||||
exit
|
||||
};
|
||||
|
||||
return_code
|
||||
parseArguments(int argc, char *argv[], contractor::ContractorConfig &contractor_config)
|
||||
return_code parseArguments(int argc, char *argv[], contractor::ContractorConfig &contractor_config)
|
||||
{
|
||||
// declare a group of options that will be allowed only on command line
|
||||
boost::program_options::options_description generic_options("Options");
|
||||
|
@ -21,8 +21,7 @@ enum class return_code : unsigned
|
||||
exit
|
||||
};
|
||||
|
||||
return_code
|
||||
parseArguments(int argc, char *argv[], extractor::ExtractorConfig &extractor_config)
|
||||
return_code parseArguments(int argc, char *argv[], extractor::ExtractorConfig &extractor_config)
|
||||
{
|
||||
// declare a group of options that will be allowed only on command line
|
||||
boost::program_options::options_description generic_options("Options");
|
||||
@ -113,7 +112,6 @@ parseArguments(int argc, char *argv[], extractor::ExtractorConfig &extractor_con
|
||||
return return_code::ok;
|
||||
}
|
||||
|
||||
|
||||
int main(int argc, char *argv[]) try
|
||||
{
|
||||
util::LogPolicy::GetInstance().Unmute();
|
||||
|
@ -10,9 +10,7 @@
|
||||
using namespace osrm;
|
||||
|
||||
// generate boost::program_options object for the routing part
|
||||
bool generateDataStoreOptions(const int argc,
|
||||
const char *argv[],
|
||||
storage::DataPaths &paths)
|
||||
bool generateDataStoreOptions(const int argc, const char *argv[], storage::DataPaths &paths)
|
||||
{
|
||||
// declare a group of options that will be allowed only on command line
|
||||
boost::program_options::options_description generic_options("Options");
|
||||
|
Loading…
Reference in New Issue
Block a user