diff --git a/cfg/opencv2.cfg b/cfg/opencv2.cfg index 797035c1e57..80b51ad7a08 100644 --- a/cfg/opencv2.cfg +++ b/cfg/opencv2.cfg @@ -69,7 +69,7 @@ false - + diff --git a/test/cfg/opencv2.cpp b/test/cfg/opencv2.cpp index e3825ffe90f..6667785ef4e 100644 --- a/test/cfg/opencv2.cpp +++ b/test/cfg/opencv2.cpp @@ -30,7 +30,6 @@ void validCode(const char* argStr) // cppcheck-suppress [cstyleCast, unusedAllocatedMemory] char * pBuf = (char *)cv::fastMalloc(20); - // cppcheck-suppress uninitdata cv::fastFree(pBuf); }