]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/rebuild_mondb: kill compiling warning
authorxie xingguo <xie.xingguo@zte.com.cn>
Sun, 18 Sep 2016 03:40:56 +0000 (11:40 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 18 Oct 2016 02:49:43 +0000 (10:49 +0800)
commitd2deed6bfbc5693e3bd8a10a2f9be8df8ef1b0e5
treeace281224c020963eb6ca7c095c3de6cc5d04f36
parent09701269de225e556099b9e5c511faa44acae024
tools/rebuild_mondb: kill compiling warning

As follow:

[ 72%] Building CXX object src/tools/CMakeFiles/ceph-objectstore-tool.dir/RadosDump.cc.o
/home/jenkins-build/build/workspace/ceph-pull-requests/src/tools/rebuild_mondb.cc: In function ‘int update_mon_db(ObjectStore&, OSDSuperblock&, const string&, const string&)’:
/home/jenkins-build/build/workspace/ceph-pull-requests/src/tools/rebuild_mondb.cc:289:22: warning: ‘crc’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         if (have_crc && osdmap.get_crc() != crc) {
                      ^
/home/jenkins-build/build/workspace/ceph-pull-requests/src/tools/rebuild_mondb.cc:238:14: note: ‘crc’ was declared here
     uint32_t crc;

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit f16a31476a3f9b44a7c3dabf0dfd2a0d015b11b9)
src/tools/rebuild_mondb.cc