]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: kill compiling warning
authorYan Jun <yan.jun8@zte.com.cn>
Sat, 18 Jun 2016 07:54:55 +0000 (15:54 +0800)
committerYan Jun <yan.jun8@zte.com.cn>
Sat, 18 Jun 2016 07:54:55 +0000 (15:54 +0800)
commit4e5b3de02841335d45abbc702641e7d0889fe53e
treea7f69c9a45234dff3949e3a28b7104992f3213cf
parentdbb0a59c88708c532aced95909d3dca795bdfd7a
rgw: kill compiling warning

test/rgw/test_http_manager.cc: In member function ‘virtual void HTTPManager_SignalThread_Test::TestBody()’:
test/rgw/test_http_manager.cc:40:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < num_requests; i++) {
                       ^

Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
src/test/rgw/test_http_manager.cc