Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
../pcsc_scan.c: In function 'pcsc_stringify_error': ../pcsc_scan.c:67:63: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'DWORD' {aka 'long unsigned int'} [-Wformat=] 67 | snprintf(buffer, sizeof(buffer), "ERROR: 0x%08X\n", rv); | ~~~^ ~~ | | | | | DWORD {aka long unsigned int} | unsigned int | %08lX
- Loading branch information