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:
matlabbe
2011-09-16 20:40:56 +00:00
parent 4bec076f24
commit c4aff5f20a

View File

@@ -1236,7 +1236,7 @@ void Rtabmap::process()
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,
highestHypothesisId,
signaturesRemoved,