mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Fixed printf unsigned int warning (Win32)
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@318 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -1236,7 +1236,7 @@ void Rtabmap::process()
|
|||||||
|
|
||||||
if(_foutInt)
|
if(_foutInt)
|
||||||
{
|
{
|
||||||
fprintf(_foutInt, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %lu %d %d\n",
|
fprintf(_foutInt, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %u %d %d\n",
|
||||||
_lcHypothesisId,
|
_lcHypothesisId,
|
||||||
highestHypothesisId,
|
highestHypothesisId,
|
||||||
signaturesRemoved,
|
signaturesRemoved,
|
||||||
|
|||||||
Reference in New Issue
Block a user