CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/algo.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/algo.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/algo.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/algo.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iget_image_stride(0); | ^~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.cc:173:12: warning: unused variable ‘luma_plane’ [-Wunused-variable] 173 | uint8_t* luma_plane = ectx->img->get_image_plane(0); | ^~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.cc:174:12: warning: unused variable ‘cb_plane’ [-Wunused-variable] 174 | uint8_t* cb_plane = ectx->img->get_image_plane(1); | ^~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.cc:175:12: warning: unused variable ‘cr_plane’ [-Wunused-variable] 175 | uint8_t* cr_plane = ectx->img->get_image_plane(2); | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc: In member function ‘void enc_tb::reconstruct_tb(encoder_context*, de265_image*, int, int, int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc:147:28: warning: variable ‘intraPredMode’ set but not used [-Wunused-but-set-variable] 147 | enum IntraPredMode intraPredMode = intra_mode; | ^~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc:170:13: warning: unused variable ‘size’ [-Wunused-variable] 170 | int size = 1<get_image_plane_at_pos(cIdx, xC, yC ); | ^~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc:173:13: warning: unused variable ‘dst_stride’ [-Wunused-variable] 173 | int dst_stride = img->get_image_stride(cIdx); | ^~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc: In member function ‘void CTBTreeMatrix::writeReconstructionToImage(de265_image*, const seq_parameter_set*) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.cc:641:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 641 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::compute_rdo_costs() [with node = enc_tb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:198:16: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:113:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::CodingOptionData, std::allocator::CodingOptionData> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 113 | for (int i=0;i::return_best_rdo_node() [with node = enc_tb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:198:16: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:162:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::CodingOptionData, std::allocator::CodingOptionData> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 162 | for (int i=0;i::find_best_rdo_index() [with node = enc_tb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:198:16: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:132:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::CodingOptionData, std::allocator::CodingOptionData> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 132 | for (int i=0;i::compute_rdo_costs() [with node = enc_cb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:199:16: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:113:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::CodingOptionData, std::allocator::CodingOptionData> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 113 | for (int i=0;i::return_best_rdo_node() [with node = enc_cb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:199:16: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:162:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::CodingOptionData, std::allocator::CodingOptionData> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 162 | for (int i=0;i::find_best_rdo_index() [with node = enc_cb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:199:16: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:132:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::CodingOptionData, std::allocator::CodingOptionData> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 132 | for (int i=0;i::start(CodingOptions::RateEstimationMethod) [with node = enc_tb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:94:3: warning: ‘adaptiveContext’ may be used uninitialized in this function [-Wmaybe-uninitialized] 94 | if (adaptiveContext) { | ^~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc: In member function ‘void CodingOptions::start(CodingOptions::RateEstimationMethod) [with node = enc_cb]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/coding-options.cc:94:3: warning: ‘adaptiveContext’ may be used uninitialized in this function [-Wmaybe-uninitialized] 94 | if (adaptiveContext) { | ^~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-params.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-params.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-params.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-params.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-params.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-params.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/ctb-qscale.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/ctb-qscale.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/ctb-qscale.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/ctb-qscale.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intrapartmode.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intrapartmode.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intrapartmode.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intrapartmode.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-split.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-split.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-split.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-split.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-interpartmode.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-interpartmode.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-interpartmode.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-interpartmode.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iinput, algo); | ^~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-interpartmode.cc: In member function ‘enc_cb* Algo_CB_InterPartMode::codeAllPBs(encoder_context*, context_model_table&, enc_cb*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-interpartmode.cc:43:7: warning: unused variable ‘nPB’ [-Wunused-variable] 43 | int nPB; | ^~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-skip.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-skip.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-skip.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-skip.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-skip.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-skip.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intra-inter.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intra-inter.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intra-inter.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-intra-inter.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-mergeindex.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-mergeindex.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-mergeindex.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-mergeindex.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; ilog2Size; | ^~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-mergeindex.cc:66:22: warning: unused variable ‘refimg’ [-Wunused-variable] 66 | const de265_image* refimg = ectx->get_image(ectx->imgdata->frame_number -1); | ^~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-mergeindex.cc:115:7: warning: unused variable ‘IntraSplitFlag’ [-Wunused-variable] 115 | int IntraSplitFlag = 0; | ^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/cb-mergeindex.cc:116:7: warning: unused variable ‘MaxTrafoDepth’ [-Wunused-variable] 116 | int MaxTrafoDepth = ectx->get_sps().max_transform_hierarchy_depth_inter; | ^~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-types.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iimg; | ^~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc: In instantiation of ‘void compute_residual(encoder_context*, enc_tb*, const de265_image*, int) [with pixel_t = unsigned char]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:208:69: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:130:7: warning: unused variable ‘tbSize’ [-Wunused-variable] 130 | int tbSize = 1<log2Size; | ^~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc: In instantiation of ‘void compute_residual_channel(encoder_context*, enc_tb*, const de265_image*, int, int, int, int) [with pixel_t = unsigned char]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:138:36: required from ‘void compute_residual(encoder_context*, enc_tb*, const de265_image*, int) [with pixel_t = unsigned char]’ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:208:69: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-split.cc:100:22: warning: variable ‘mode’ set but not used [-Wunused-but-set-variable] 100 | enum IntraPredMode mode; | ^~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc: In function ‘void encode_residual(encoder_context*, CABAC_encoder*, const enc_tb*, const enc_cb*, int, int, int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc:1093:11: warning: unused variable ‘sumAbsLevel’ [-Wunused-variable] 1093 | int sumAbsLevel=0; | ^~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc: In function ‘void encode_transform_tree(encoder_context*, CABAC_encoder*, const enc_tb*, const enc_cb*, int, int, int, int, int, int, int, int, int, bool)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc:1220:12: warning: unused variable ‘split_transform_flag’ [-Wunused-variable] 1220 | bool split_transform_flag = (log2TrafoSize > sps.Log2MaxTrafoSize || | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc: In function ‘void encode_coding_unit(encoder_context*, CABAC_encoder*, const enc_cb*, int, int, int, bool)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc:1491:13: warning: unused variable ‘PUidx’ [-Wunused-variable] 1491 | int PUidx = (x0>>sps.Log2MinPUSize) + (y0>>sps.Log2MinPUSize)*sps.PicWidthInMinPUs; | ^~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-syntax.cc:1520:13: warning: variable ‘PUidx’ set but not used [-Wunused-but-set-variable] 1520 | int PUidx; | ^~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iimg; | ^~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.cc:153:7: warning: unused variable ‘stride’ [-Wunused-variable] 153 | int stride = ectx->img->get_image_stride(0); | ^~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.cc:155:12: warning: unused variable ‘luma_plane’ [-Wunused-variable] 155 | uint8_t* luma_plane = ectx->img->get_image_plane(0); | ^~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.cc:156:12: warning: unused variable ‘cb_plane’ [-Wunused-variable] 156 | uint8_t* cb_plane = ectx->img->get_image_plane(1); | ^~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-transform.cc:157:12: warning: unused variable ‘cr_plane’ [-Wunused-variable] 157 | uint8_t* cr_plane = ectx->img->get_image_plane(2); | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-intrapred.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-intrapred.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-intrapred.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iacceleration, tb->coeff[cIdx], tbSize, log2TbSize, trType, residual, tbSize); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-motion.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-motion.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-motion.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iget_sps(); | ^~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc: In member function ‘virtual enc_tb* Algo_TB_IntraPredMode_MinResidual::analyze(encoder_context*, context_model_table&, const de265_image*, enc_tb*, int, int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:292:7: warning: unused variable ‘xBase’ [-Wunused-variable] 292 | int xBase = cb->x; | ^~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:293:7: warning: unused variable ‘yBase’ [-Wunused-variable] 293 | int yBase = cb->y; | ^~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc: In member function ‘virtual enc_tb* Algo_TB_IntraPredMode_FastBrute::analyze(encoder_context*, context_model_table&, const de265_image*, enc_tb*, int, int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:452:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 452 | for (int i=0;i >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 467 | for (int i=0;i >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 479 | for (int i=0;i::max(); | ^~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:418:11: warning: unused variable ‘minCostIdx’ [-Wunused-variable] 418 | int minCostIdx=0; | ^~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:419:11: warning: unused variable ‘minCandCost’ [-Wunused-variable] 419 | float minCandCost; | ^~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-intrapredmode.cc:421:30: warning: unused variable ‘sps’ [-Wunused-variable] 421 | const seq_parameter_set* sps = &ectx->get_sps(); | ^~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encpicbuf.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encpicbuf.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encpicbuf.cc: In member function ‘void image_data::set_references(int, const std::vector&, const std::vector&, const std::vector&, const std::vector&)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encpicbuf.cc:137:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 137 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 248 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 260 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 272 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 284 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 296 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/sop.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/sop.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iblkIdx == 0); | ~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-rateestim.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-rateestim.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-rateestim.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-rateestim.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-rateestim.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/tb-rateestim.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iimgdata->input; | ^~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:108:7: warning: unused variable ‘IntraSplitFlag’ [-Wunused-variable] 108 | int IntraSplitFlag = 0; | ^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:109:7: warning: unused variable ‘MaxTrafoDepth’ [-Wunused-variable] 109 | int MaxTrafoDepth = ectx->get_sps().max_transform_hierarchy_depth_inter; | ^~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc: In member function ‘virtual enc_cb* Algo_PB_MV_Search::analyze(encoder_context*, context_model_table&, enc_cb*, int, int, int, int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:306:9: warning: unused variable ‘tbSize’ [-Wunused-variable] 306 | int tbSize = 1<log2Size; | ^~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:173:21: warning: unused variable ‘searchAlgo’ [-Wunused-variable] 173 | enum MVSearchAlgo searchAlgo = mParams.mvSearchAlgo(); | ^~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:284:7: warning: unused variable ‘IntraSplitFlag’ [-Wunused-variable] 284 | int IntraSplitFlag = 0; | ^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:285:7: warning: unused variable ‘MaxTrafoDepth’ [-Wunused-variable] 285 | int MaxTrafoDepth = ectx->get_sps().max_transform_hierarchy_depth_inter; | ^~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/nal-parser.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/util.h:115:31: warning: ‘b’ may be used uninitialized in this function [-Wmaybe-uninitialized] 115 | #define abs_value(a) (((a)<0) ? -(a) : (a)) | ^ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:224:9: note: ‘b’ was declared here 224 | int b; | ^ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/nal-parser.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/util.h:115:31: warning: ‘b’ may be used uninitialized in this function [-Wmaybe-uninitialized] 115 | #define abs_value(a) (((a)<0) ? -(a) : (a)) | ^ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/algo/pb-mv.cc:213:9: note: ‘b’ was declared here 213 | int b; | ^ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/bitstream.cc: In function ‘bool check_rbsp_trailing_bits(bitreader*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/bitstream.cc:165:7: warning: unused variable ‘stop_bit’ [-Wunused-variable] 165 | int stop_bit = get_bits(br,1); | ^~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/cabac.cc: In function ‘int decode_CABAC_bit(CABAC_decoder*, context_model*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/cabac.cc:212:11: warning: unused variable ‘num_bitsTab’ [-Wunused-variable] 212 | int num_bitsTab = renorm_table[ LPS >> 3 ]; | ^~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/configparam.cc: In member function ‘bool config_parameters::parse_command_line_params(int*, char**, int*, bool)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/configparam.cc:239:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 239 | for (int o=0;o::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 274 | for (int o=0;o::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 321 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/de265.cc:25: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/de265.cc:25: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/deblock.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/deblock.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/deblock.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/deblock.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iget_sps().Log2MinTrafoSize; | ^~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/deblock.cc:257:7: warning: unused variable ‘TUStride’ [-Wunused-variable] 257 | int TUStride= img->get_sps().PicWidthInTbsY; | ^~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/deblock.cc: In function ‘void apply_deblocking_filter(de265_image*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/deblock.cc:1022:20: warning: unused variable ‘ctx’ [-Wunused-variable] 1022 | decoder_context* ctx = img->decctx; | ^~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 189 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 193 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | for (int i=0;isuffix_SEIs.size();i++) { | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc: In member function ‘de265_error decoder_context::decode_slice_unit_sequential(image_unit*, slice_unit*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:809:46: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 809 | if (sliceunit->shdr->slice_segment_address >= imgunit->img->get_pps().CtbAddrRStoTS.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc: In member function ‘de265_error decoder_context::decode_slice_unit_WPP(image_unit*, slice_unit*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:1086:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1086 | for (int i=0;itasks.size();i++) | ~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:982:15: warning: variable ‘err’ set but not used [-Wunused-but-set-variable] 982 | de265_error err = DE265_OK; | ^~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc: In member function ‘de265_error decoder_context::decode_slice_unit_tiles(image_unit*, slice_unit*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:1176:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i=0;itasks.size();i++) | ~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc: In member function ‘void decoder_context::process_reference_picture_set(slice_segment_header*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:1471:38: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1471 | img->removed_at_picture_id > img->get_ID()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:1697:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1697 | if (i>=picInAnyList.size() || !picInAnyList[i]) // no reference | ~^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:1701:43: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 1701 | dpbimg->removed_at_picture_id > img->get_ID()) // has not been removed before | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc: In member function ‘void decoder_context::remove_images_from_dpb(const std::vector&)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:2118:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 2118 | for (int i=0;i&) [with T = image_unit*]’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:788:26: required from here /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.cc:696:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 696 | for (int i=1;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 39 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 46 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 63 | if (dpb.size() < max_images_in_DPB) return true; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc:66:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 66 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 84 | for (int k=0;k::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 93 | for (int k=0;k::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 110 | for (int k=0;k::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 119 | for (int k=0;k::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 135 | for (int k=0;kget_ID() == id) { | ~~~~~~~~~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc: In member function ‘void decoded_picture_buffer::output_next_picture_in_reorder_buffer()’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc:153:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 153 | for (int i=1;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 189 | for (int i=0;i, decoder_context*, de265_PTS, void*, bool)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc:214:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 214 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 229 | if (dpb.size() > norm_images_in_DPB && // buffer too large | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc:230:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 230 | free_image_buffer_idx != dpb.size()-1 && // last slot not reused in this alloc | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc: In member function ‘void decoded_picture_buffer::pop_next_picture_in_output_queue()’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.cc:276:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::deque::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 276 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/en265.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-context.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/en265.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image-io.cc: In member function ‘de265_image* ImageSource_YUV::read_next_image()’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image-io.cc:80:39: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 80 | if (fread(p+y*stride,1,width,mFH) != width) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image-io.cc:87:41: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 87 | if (fread(p+y*stride,1,width/2,mFH) != width/2) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image-io.cc:94:41: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 94 | if (fread(p+y*stride,1,width/2,mFH) != width/2) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.cc: In function ‘void list_chroma_pred_candidates(IntraPredMode*, IntraPredMode)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.cc:164:22: warning: variable ‘chroma_cand’ set but not used [-Wunused-but-set-variable] 164 | enum IntraPredMode chroma_cand[5]; | ^~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 513 | for (int i=0;i, bool, decoder_context*, de265_PTS, void*, bool)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.cc:270:17: warning: ‘WinUnitY’ may be used uninitialized in this function [-Wmaybe-uninitialized] 270 | int WinUnitX, WinUnitY; | ^~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.cc:270:7: warning: ‘WinUnitX’ may be used uninitialized in this function [-Wmaybe-uninitialized] 270 | int WinUnitX, WinUnitY; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/motion.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/motion.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/motion.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; iget_image(shdr->RefPicList[X ][refIdxLX]); | ^~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/nal-parser.cc: In destructor ‘NAL_Parser::~NAL_Parser()’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/nal-parser.cc:184:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 184 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/pps.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/pps.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/refpic.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/refpic.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/refpic.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sao.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sao.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sao.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sao.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sei.cc:27: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sei.cc:27: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:28: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sps.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/sps.cc:24: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/intrapred.h:24, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:28: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 712 | for (int i = 0; i < ref_pic_sets.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc: In function ‘int decode_cu_skip_flag(thread_context*, int, int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:1659:20: warning: unused variable ‘ctx’ [-Wunused-variable] 1659 | decoder_context* ctx = tctx->decctx; | ^~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc: In function ‘int read_transform_unit(thread_context*, int, int, int, int, int, int, int, int, int, int, int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:3648:7: warning: unused variable ‘xL’ [-Wunused-variable] 3648 | int xL = x0 - xCUBase; | ^~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:3649:7: warning: unused variable ‘yL’ [-Wunused-variable] 3649 | int yL = y0 - yCUBase; | ^~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:3670:13: warning: unused variable ‘yOffset422’ [-Wunused-variable] 3670 | const int yOffset422 = 1<::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 4685 | if ((tctx->CtbY-1) >= tctx->imgunit->ctx_models.size()) { | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:4709:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 4709 | if (ctbx+ctby*ctbW >= pps.CtbAddrRStoTS.size()) { | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:4746:46: warning: comparison of integer expressions of different signedness: ‘std::vector::size_type’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 4746 | if (tctx->imgunit->ctx_models.size() <= ctby) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc: In function ‘bool initialize_CABAC_at_slice_segment_start(thread_context*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:4845:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 4845 | if (sliceIdx >= img->slices.size()) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc: In function ‘de265_error read_slice_segment_data(thread_context*)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:5039:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 5039 | if (substream-1 >= tctx->shdr->entry_point_offset.size() || | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:5033:9: warning: unused variable ‘ctby’ [-Wunused-variable] 5033 | int ctby = tctx->CtbY; | ^~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:5015:28: warning: unused variable ‘sps’ [-Wunused-variable] 5015 | const seq_parameter_set& sps = img->get_sps(); | ^~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc: At global scope: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/slice.cc:3807:13: warning: ‘void dump_cbsize(de265_image*)’ defined but not used [-Wunused-function] 3807 | static void dump_cbsize(de265_image* img) | ^~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/threads.cc:146: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/threads.cc:146: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/threads.cc:146: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/transform.h:25, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/transform.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/transform.h:25, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/transform.cc:21: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/vps.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/vps.cc:23: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/visualize.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/visualize.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/vui.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/vui.cc:22: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/dec265/dec265.cc: At global scope: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/dec265/dec265.cc:234:17: warning: ‘uint8_t* convert_to_8bit(const uint8_t*, int, int, int, int)’ defined but not used [-Wunused-function] 234 | static uint8_t* convert_to_8bit(const uint8_t* data, int width, int height, | ^~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:29, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/dec265/hdrcopy.cc:29: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:32, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/dec265/hdrcopy.cc:29: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘de265_image* decoded_picture_buffer::get_image(int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:58:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image-io.h:26, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/enc265/enc265.cc:33: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘bool de265_image::is_SliceHeader_available(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:753:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/dec265/hdrcopy.cc:29: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 58 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h: In member function ‘const de265_image* decoded_picture_buffer::get_image(int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/dpb.h:63:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 63 | if (index>=dpb.size()) return NULL; | ~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/encoder/encoder-core.h:27, from /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/enc265/enc265.cc:34: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h: In member function ‘slice_unit* image_unit::get_next_unprocessed_slice_segment() const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/decctx.h:206:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 206 | for (int i=0;i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 216 | for (int i=1; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 226 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 753 | return idx >= 0 && idx < slices.size(); | ~~~~^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeader(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:759:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 759 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘slice_segment_header* de265_image::get_SliceHeaderCtb(int, int)’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:766:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 766 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h: In member function ‘const slice_segment_header* de265_image::get_SliceHeaderCtb(int, int) const’: /home/conan/w/cci_PR-3385/.conan/data/libde265/1.0.8/_/_/build/bb432acb8ff2f9b30d98cf115c3109ae28da2e4e/source_subfolder/libde265/image.h:773:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 773 | if (idx >= slices.size()) { return NULL; } | ~~~~^~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY