gapi(build): eliminate Win32 build warning

pull/19784/head
Alexander Alekhin 4 years ago
parent 0753408e10
commit 3290a5f370
  1. 2
      modules/gapi/test/streaming/gapi_streaming_sync_tests.cpp

@ -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…
Cancel
Save