fixed warnings

This commit is contained in:
Vladislav Vinogradov
2012-12-03 13:27:20 +04:00
parent 05d842bcd8
commit 06776b612c
2 changed files with 7 additions and 1 deletions

View File

@@ -1859,7 +1859,7 @@ PERF_TEST_P(Sz_Depth, Core_CountNonZero, Combine(
cv::Mat src(size, depth);
fillRandom(src);
int dst;
int dst = 0;
if (PERF_RUN_GPU())
{