Snippets for acr38u 1.7.11 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/0s9f5i1sn0xh17lbhdsbc709i9hrlhgp-libacr38u-1.7.11.drv.
-
../driver/ACR38IOCtrl.h:29:17: warning: 'packed' attribute ignored [-Wignored-attributes] 29 | __attribute__ ((packed)); | ^ -
../driver/ACR38IOCtrl.h:40:17: warning: 'packed' attribute ignored [-Wignored-attributes] 40 | __attribute__ ((packed)); | ^ -
ACS38DrvTools.c:80:7: warning: passing 'char[10]' to parameter of type 'LPBYTE' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 80 | recvBuf, | ^~~~~~~ -
./ACR38IOCtrl.h:29:17: warning: 'packed' attribute ignored [-Wignored-attributes] 29 | __attribute__ ((packed)); | ^ -
./ACR38IOCtrl.h:40:17: warning: 'packed' attribute ignored [-Wignored-attributes] 40 | __attribute__ ((packed)); | ^ -
AdmHndlr.c:296:11: warning: variable 'bufferLen' set but not used [-Wunused-but-set-variable] 296 | DWORD bufferLen; | ^