]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/KeyValueStore: fix warning
authorSage Weil <sage@inktank.com>
Fri, 31 Jan 2014 15:19:10 +0000 (07:19 -0800)
committerSage Weil <sage@inktank.com>
Fri, 31 Jan 2014 15:19:10 +0000 (07:19 -0800)
commit802692ed8e58afda36273b5b775391d970574bab
tree9f30861dd3bc7b69ab2953e51e14ce62075ff000
parent3a53d6deae126ef59a69bf024f35ced98644e7e6
os/KeyValueStore: fix warning

./os/KeyValueStore.h: In member function ‘std::string KeyValueStore::strip_object_key(uint64_t)’:
warning: ./os/KeyValueStore.h:173:31: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t {aka long long unsigned int}’ [-Wformat=]

Signed-off-by: Sage Weil <sage@inktank.com>
src/os/KeyValueStore.h