Merge branch 'alex85k-warning-fix' into develop
This commit is contained in:
commit
c66c9b0353
@ -286,7 +286,6 @@ class SharedMemory : boost::noncopyable
|
|||||||
private:
|
private:
|
||||||
static void build_key(int id, char *key)
|
static void build_key(int id, char *key)
|
||||||
{
|
{
|
||||||
OSRMLockFile lock_file;
|
|
||||||
sprintf(key, "%s.%d", "osrm.lock", id);
|
sprintf(key, "%s.%d", "osrm.lock", id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user