mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Fixing some static analysis issues
This commit is contained in:
@@ -218,6 +218,7 @@ cv::DetectionBasedTracker::SeparateDetectionWork::SeparateDetectionWork(Detectio
|
||||
|
||||
cascadeInThread = _detector;
|
||||
#ifndef USE_STD_THREADS
|
||||
second_workthread = 0;
|
||||
int res=0;
|
||||
res=pthread_mutex_init(&mutex, NULL);//TODO: should be attributes?
|
||||
if (res) {
|
||||
|
||||
Reference in New Issue
Block a user