Fixed windows build and one warning

This commit is contained in:
Maksim Shabunin
2015-04-10 11:37:16 +03:00
parent 369a3d1426
commit 97c78838a4
2 changed files with 5 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ namespace
else
{
// should never get here
CV_Assert(0);
CV_Error(Error::StsBadArg, "Failed to detect input frame kind" );
}
}