Merge branch 'alex85k-warning-fix' into develop

This commit is contained in:
Dennis Luxen 2014-10-20 10:13:36 +02:00
commit c66c9b0353

View File

@ -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);
} }