Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Original report: https://code.google.com/p/nfc-tools/issues/detail?id=83
Original comment by yob...@gmail.com
on 15 Jan 2013 at 7:49
Original comment by yob...@gmail.com
on 15 Jan 2013 at 8:19
Is this issue still exists ?
Original comment by romu...@libnfc.org
on 4 Dec 2013 at 10:10
I can't reproduce the link problem (on Mac OS X 10.9).
But I still have a warning at the compilation:
mifare_desfire.c:881:25: warning: implicit declaration of function 'le16toh' is
invalid in C99 [-Wimplicit-function-declaration]
new_dfs[*count].fid = le16toh (*(uint16_t *)(res + 3));
^
I don't know where the symbol is found. None of the #define le16toh in
freefare_internal.h are executed on 10.9.
I also have:
tlv.c:89:25: warning: implicit declaration of function 'htobe16' is invalid in
C99 [-Wimplicit-function-declaration]
uint16_t size_be = htobe16 (isize);
^
tlv.c:153:12: warning: implicit declaration of function 'be16toh' is invalid in
C99 [-Wimplicit-function-declaration]
fvs = be16toh(be_size);
^
Original comment by ludovic....@gmail.com
on 4 Dec 2013 at 12:06
Original issue reported on code.google.com by
yob...@gmail.com
on 15 Jan 2013 at 7:39