]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/FileStore.cc: fix format qualifier in COMMIT_SNAP_ITEM
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 17 Mar 2015 19:23:53 +0000 (20:23 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 15 Apr 2015 10:21:15 +0000 (12:21 +0200)
commit4a1bdc72b9407898162da7e4370961f1ef2b3d0e
tree5b2746c0d69d8370da787994da8b41c43cc91dd7
parent35f61a30dc9d3e376c2b506ce26695416ebbf9fd
os/FileStore.cc: fix format qualifier in COMMIT_SNAP_ITEM

All places COMMIT_SNAP_ITEM is used the variables are
'unsigned long long'. Change the format qualifier to reflect
this and to fix:

[src/os/FileStore.cc:1341]: (warning) %lld in format string (no. 1)
 requires 'long long *' but the argument type is 'unsigned long long *'.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/os/FileStore.cc