mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed 2 compilation warnings
This commit is contained in:
@@ -128,7 +128,7 @@ std::list<std::list<int> > clusterPolygons(
|
||||
}
|
||||
}
|
||||
}
|
||||
if(currentCluster.size() > minClusterSize)
|
||||
if((int)currentCluster.size() > minClusterSize)
|
||||
{
|
||||
clusters.push_back(currentCluster);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user