opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

[cuda][cudacodec] Address build warnings

Open cudawarped opened this issue 2 years ago • 5 comments

cudacodec produces a number of build warnings, mainly introduced by myself :facepalm:.

PR removes this pollution from the build output.

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • [x] I agree to contribute to the project under Apache 2 License.
  • [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • [x] The PR is proposed to the proper branch
  • [x] There is a reference to the original bug report and related work
  • [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name.
  • [x] The feature is well documented and sample code can be built with the project CMake

cudawarped avatar Jun 30 '23 14:06 cudawarped

Tested manually with Ubuntu 18.04, CUDA 10.2 and GF 1080.

asmorkalov avatar Jul 04 '23 13:07 asmorkalov