Snippets for acsccid 1.1.13 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/jnb2hsz3is588sxly6zg5p92pl9vpqk8-acsccid-1.1.13.drv.
-
ccid.c:255:5: warning: format specifies type 'int' but the argument has type 'RESPONSECODE' (aka 'long') [-Wformat] 254 | DEBUG_INFO3("GET_FIRMWARE_FEATURES failed: " DWORD_D ", len=%d", | ~~~~~~~ 255 | ret, len_features); | ^~~