Remove variable name for unused parameters to silence compiler warnings.
This commit is contained in:
parent
314cf3f31a
commit
8655c61ec2
@ -75,7 +75,7 @@ inline void ParseResult(const osrm::Status &result_status, osrm::json::Object &r
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void ParseResult(const osrm::Status &result_status, const std::string & /*unused*/) {}
|
inline void ParseResult(const osrm::Status & /*result_status*/, const std::string & /*unused*/) {}
|
||||||
|
|
||||||
inline engine_config_ptr argumentsToEngineConfig(const Nan::FunctionCallbackInfo<v8::Value> &args)
|
inline engine_config_ptr argumentsToEngineConfig(const Nan::FunctionCallbackInfo<v8::Value> &args)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user