Advertisement
Guest User

zeitsofa

a guest
Jul 10th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. conftest.c: In function 'main':
  2. conftest.c:39:1: warning: passing argument 1 of 'SCardControl' makes integer from pointer without a cast [enabled by default]
  3. /usr/include/PCSC/winscard.h:68:16: note: expected 'SCARDHANDLE' but argument is of type 'void *'
  4. conftest.c:39:1: warning: passing argument 2 of 'SCardControl' makes integer from pointer without a cast [enabled by default]
  5. /usr/include/PCSC/winscard.h:68:16: note: expected 'DWORD' but argument is of type 'void *'
  6. conftest.c:39:1: warning: passing argument 4 of 'SCardControl' makes integer from pointer without a cast [enabled by default]
  7. /usr/include/PCSC/winscard.h:68:16: note: expected 'DWORD' but argument is of type 'void *'
  8. conftest.c:39:1: error: too few arguments to function 'SCardControl'
  9. /usr/include/PCSC/winscard.h:68:16: note: declared here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement