]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix signed to unsigned comparisson warning 49530/head
authorYuval Lifshitz <ylifshit@redhat.com>
Wed, 21 Dec 2022 09:07:56 +0000 (09:07 +0000)
committerYuval Lifshitz <ylifshit@redhat.com>
Wed, 21 Dec 2022 09:27:38 +0000 (09:27 +0000)
commit0d80c3400cac8c13f183b2449e64133ac76c1f80
tree2b4f173cf375860ecc0d7a7f6538db4036e81a79
parentbf0d756240cd44e04951e428650710af19afc4ec
rgw: fix signed to unsigned comparisson warning

warning:
rgw_rest_user_policy.cc:159:25: warning: comparison of integer expressions of different signedness:
‘std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} and ‘int’

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
src/rgw/rgw_rest_user_policy.cc