]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
PGMap: fix -Wsign-compare warning
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 30 Jan 2013 17:52:24 +0000 (18:52 +0100)
committerSage Weil <sage@inktank.com>
Wed, 30 Jan 2013 19:50:29 +0000 (11:50 -0800)
commitb571f8ee2d22a3894120204bc5f119ff37e1de53
tree4a8e3c247683a958936f81b7aca618a5d5682d20
parentb0d4dd21c7be86eb47728a4702a3c67ca44424ac
PGMap: fix -Wsign-compare warning

Fix -Wsign-compare compiler warning:

mon/PGMap.cc: In member function 'void PGMap::apply_incremental
 (CephContext*, const PGMap::Incremental&)':
mon/PGMap.cc:247:30: warning: comparison between signed and
 unsigned integer expressions [-Wsign-compare]

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/mon/PGMap.cc