未验证 提交 b7f6584d 编写于 作者: A Alexander Alekhin 提交者: GitHub

Merge pull request #19784 from alalek:gapi_win32_build_warning

......@@ -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;
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册