mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
gapi(build): eliminate Win32 build warning
This commit is contained in:
parent
0753408e10
commit
3290a5f370
@ -109,7 +109,7 @@ public:
|
|||||||
: m_synced_frame_time;
|
: m_synced_frame_time;
|
||||||
auto n_frames = p.end_time / frame_time;
|
auto n_frames = p.end_time / frame_time;
|
||||||
GAPI_Assert(n_frames > 0u);
|
GAPI_Assert(n_frames > 0u);
|
||||||
return n_frames;
|
return (std::size_t)n_frames;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user