mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-24 16:17:56 +00:00
Cleaning up includes. removing some C++ compilation warnings coming from dlib.
This commit is contained in:
@@ -707,7 +707,7 @@ namespace dlib
|
||||
{
|
||||
using namespace impl;
|
||||
std::deque<std::pair<unsigned long, unsigned long> > parts;
|
||||
parts.push_back(std::make_pair(0, samples.size()));
|
||||
parts.push_back(std::make_pair((unsigned long)0, (unsigned long)samples.size()));
|
||||
|
||||
impl::regression_tree tree;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user