mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
solve errors and warnings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user