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

solve errors and warnings

This commit is contained in:
MYLS
2016-07-19 19:56:57 +08:00
parent 0823ec0ef0
commit 78ca5ddd45
4 changed files with 86 additions and 70 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
remove(file_name.c_str());
SANITY_CHECK(dst);
SANITY_CHECK(dst, 1);
}
PERF_TEST_P(Size_Mat_StrType, fs_base64,
@@ -83,5 +83,5 @@ PERF_TEST_P(Size_Mat_StrType, fs_base64,
}
remove(file_name.c_str());
SANITY_CHECK(dst);
SANITY_CHECK(dst, 1);
}