Merge pull request #19784 from alalek:gapi_win32_build_warning

pull/19796/head
Alexander Alekhin 4 years ago committed by GitHub
commit b7f6584dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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