mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
Merge pull request #19784 from alalek:gapi_win32_build_warning
This commit is contained in:
commit
b7f6584dab
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user