Snippets for rpi-imager 2.0.10-1-proto1 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/5xyalfjcvh03h2mrv7adrha7aqmjjhnc-rpi-imager-2.0.10-1-proto1.drv.
-
/build/source/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" | ^~~~~~~ -
/build/source/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." | ^~~~~~~ -
/build/source/src/linux/linux_suspend_inhibitor.cpp:92:23: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 92 | (void)read(rfd, &rnd, sizeof(rnd)); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/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); | ~~~~~~^~~~~~~~~~~~