fixed hundreds of warnings from MSVC 2010.
This commit is contained in:
@@ -32,7 +32,7 @@ int count_classes(CvMLData& data)
|
||||
return -1;
|
||||
rmap[ival] = 1;
|
||||
}
|
||||
return rmap.size();
|
||||
return (int)rmap.size();
|
||||
}
|
||||
|
||||
void print_result(float train_err, float test_err, const CvMat* _var_imp)
|
||||
|
Reference in New Issue
Block a user