Snippets for rpi-imager 2.0.10-1-proto1 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/gcnsf712x5zk71b5lvahwd9nry8vbzfd-rpi-imager-2.0.10-1-proto1.drv.
-
/build/source/src/dependencies/yescrypt/yescrypt-opt.c:49:2: warning: #warning "Note: building generic code for non-x86. That's OK." [-Wcpp] 49 | #warning "Note: building generic code for non-x86. That's OK." | ^~~~~~~ -
/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); | ~~~~~~^~~~~~~~~~~~