Snippets for acsccid 1.1.13 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/pcsc-lite-acsccid/1.1.13/4.fc45/data/logs/x86_64/build.log.
-
ifdhandler.c:2828:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 2827 | if ((ccid_descriptor->readerID == ACS_ACR122U) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2828 | (ccid_descriptor->IFD_bcdDevice >= 0x0200) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 2829 | (ccid_descriptor->IFD_bcdDevice <= 0x0204) || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~