]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/posix: fix unused variable warning 54621/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 22 Nov 2023 19:26:50 +0000 (14:26 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 22 Nov 2023 19:26:52 +0000 (14:26 -0500)
commit47bae14ad7d373e4177a345f0473cb62d7c89190
tree38018b480c3d568d41dbc52de56cd6f767c55328
parent07614d51c26cb3e98c87f4d9984a033b1e11761d
rgw/posix: fix unused variable warning

ceph/src/rgw/driver/posix/rgw_sal_posix.cc:37:19: warning: unused variable 'MP_OBJ_PART_FMT' [-Wunused-const-variable]
const std::string MP_OBJ_PART_FMT = "{:0>5}";
                  ^

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/driver/posix/rgw_sal_posix.cc