mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 06:53:50 +08:00
Fix warning
This commit is contained in:
parent
13a995cc1d
commit
84b517f5a0
@ -618,6 +618,7 @@ size_t IECallContext::releaseKeepAliveFrame(req_key_t key) {
|
||||
}
|
||||
elapsed_count = keep_alive_pp_frames.size();
|
||||
}
|
||||
cv::util::suppress_unused_warning(prev_slot);
|
||||
GAPI_LOG_DEBUG(nullptr, "Release keep alive frame, slot: " << prev_slot <<
|
||||
", reserved frames count: " << elapsed_count);
|
||||
return elapsed_count;
|
||||
|
Loading…
Reference in New Issue
Block a user