Snippets for rpi-imager 2.0.7 from Alpine x86_64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86_64/testing/rpi-imager/rpi-imager-2.0.7-r0.log.
-
/home/buildozer/aports/testing/rpi-imager/src/rpi-imager-2.0.7/src/dependencies/yescrypt/yescrypt-opt.c:45:2: warning: #warning "Note: AVX and XOP are not enabled, which is great for YESCRYPT_RW, but they would substantially improve performance at classic scrypt and YESCRYPT_WORM" [-Wcpp] 45 | #warning "Note: AVX and XOP are not enabled, which is great for YESCRYPT_RW, but they would substantially improve performance at classic scrypt and YESCRYPT_WORM" | ^~~~~~~ -
/home/buildozer/aports/testing/rpi-imager/src/rpi-imager-2.0.7/src/dependencies/yescrypt/yescrypt-opt.c:520:2: warning: #warning "Note: using x86-64 inline assembly for YESCRYPT_RW. That's great." [-Wcpp] 520 | #warning "Note: using x86-64 inline assembly for YESCRYPT_RW. That's great." | ^~~~~~~ -
/home/buildozer/aports/testing/rpi-imager/src/rpi-imager-2.0.7/src/downloadstatstelemetry.cpp:42:11: warning: ignoring return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)', declared with attribute 'nodiscard' [-Wunused-result] 42 | f.open(f.ReadOnly); | ~~~~~~^~~~~~~~~~~~