Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scardcontrol.c:686:27: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=] 686 | printf(" card response [%d bytes]:", length); | ~^ ~~~~~~ | | | | int DWORD {aka long unsigned int} | %ld
- Loading branch information