1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

fixed warnings

This commit is contained in:
Vladislav Vinogradov
2013-04-02 13:24:00 +04:00
parent b47a2012d2
commit 9086efa8e9
4 changed files with 8 additions and 16 deletions
-2
View File
@@ -48,8 +48,6 @@ static Ptr<DenseOpticalFlowExt> createOptFlow(const string& name, bool useGpu)
cerr << "Incorrect Optical Flow algorithm - " << name << endl;
exit(-1);
}
return Ptr<DenseOpticalFlowExt>();
}
int main(int argc, const char* argv[])