]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests/librados: do not use '0' as a string 57331/head
authorRonen Friedman <rfriedma@redhat.com>
Tue, 7 May 2024 13:20:18 +0000 (16:20 +0300)
committerRonen Friedman <rfriedma@redhat.com>
Tue, 7 May 2024 13:20:18 +0000 (16:20 +0300)
commit9722737734bf10c5c9306142565b0d244747cb45
tree9cd849c254dab758a83c0ae83a68fe2b82e4bd6d
parent7dd8e5a2daf88b420fd98ba83b17782541b276e0
tests/librados: do not use '0' as a string

not even as a default string parameter to a
function.

C++23 does not allow int-to-string conversions,

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/test/librados/tier_cxx.cc