removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
This commit is contained in:
@@ -93,7 +93,7 @@ icvFarthestNode( CvSpillTreeNode* node,
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
// clone a new tree node
|
||||
static inline CvSpillTreeNode*
|
||||
icvCloneSpillTreeNode( CvSpillTreeNode* node )
|
||||
|
Reference in New Issue
Block a user