mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #19784 from alalek:gapi_win32_build_warning
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
: m_synced_frame_time;
|
||||
auto n_frames = p.end_time / frame_time;
|
||||
GAPI_Assert(n_frames > 0u);
|
||||
return n_frames;
|
||||
return (std::size_t)n_frames;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user