]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/system: fix a -Wsign-compare warning in compiling.
authorDongsheng Yang <dongsheng.yang@easystack.cn>
Wed, 30 Mar 2016 02:28:45 +0000 (22:28 -0400)
committerDongsheng Yang <dongsheng.yang@easystack.cn>
Thu, 31 Mar 2016 04:08:20 +0000 (00:08 -0400)
commit565ab25fdb008ab1b7ae6e6db9c182cf18055dbc
treebd2f8382036af18f0accec5ae693398a1598b3e5
parent9470969da1154edbc3f9c39b42101a38b61921c2
test/system: fix a -Wsign-compare warning in compiling.

test/system/st_rados_create_pool.cc: In function ‘std::__cxx11::string get_temp_pool_name(const char*)’:
test/system/st_rados_create_pool.cc:128:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   assert(ret < sizeof(poolname));
         ^

Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
src/test/system/st_rados_create_pool.cc