Commit 27692f5c authored by Vlad Shakhuro's avatar Vlad Shakhuro

Fix gcc warning

parent a2a22662
......@@ -141,7 +141,7 @@ void ICFDetector::train(const vector<string>& image_filenames,
waldboost.train(data, labels);
}
bool ICFDetector::save(const string& filename)
bool ICFDetector::save(const string&)
{
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment