Fixed build warnings

This commit is contained in:
Andrey Kamaev
2012-04-26 11:58:06 +00:00
parent 5c6de77fc8
commit b93d3d7a55
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ void CV_HighGuiTest::SpecificVideoTest(const string& dir, const cvtest::VideoFor
return;
}
for (int i = 0; i < FRAME_COUNT; i++)
for (int i = 0; (size_t)i < FRAME_COUNT; i++)
{
Mat frame; cap >> frame;
if (frame.empty())