Task #688 - added.err

back to task #688
download
Error: COMPILER_WARNING (CWE-477):
kf6-prison-6.3.0-build/prison-6.3.0/src/scanner/imagescanner.cpp: scope_hint: In function ‘ZXing::Result Prison::ImageScanner::readBarcode(const QImage&, Prison::Format::BarcodeFormats)’
kf6-prison-6.3.0-build/prison-6.3.0/src/scanner/imagescanner.cpp:26:24: warning[-Wdeprecated-declarations]: ‘using ZXing::DecodeHints = class ZXing::ReaderOptions’ is deprecated
#   26 |     ZXing::DecodeHints hints;
#      |                        ^~~~~
/usr/include/ZXing/Content.h:10: included_from: Included from here.
/usr/include/ZXing/Result.h:12: included_from: Included from here.
kf6-prison-6.3.0-build/prison-6.3.0/src/scanner/imagescanner_p.h:12: included_from: Included from here.
kf6-prison-6.3.0-build/prison-6.3.0/src/scanner/imagescanner.cpp:11: included_from: Included from here.
/usr/include/ZXing/ReaderOptions.h:176:7: note: declared here
#  176 | using DecodeHints [[deprecated]] = ReaderOptions;
#      |       ^~~~~~~~~~~
#   24|   ZXing::Result ImageScanner::readBarcode(const QImage &image, Format::BarcodeFormats formats)
#   25|   {
#   26|->     ZXing::DecodeHints hints;
#   27|       hints.setFormats(formats == Format::NoFormat ? ZXing::BarcodeFormats::all() : Format::toZXing(formats));
#   28|