mirror of
https://github.com/corda/corda.git
synced 2025-01-01 10:46:46 +00:00
Mac unsigned argument is different than other platforms
This commit is contained in:
parent
f430f3f00e
commit
c9332e4615
@ -11,7 +11,11 @@
|
|||||||
|
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
# define LD "d"
|
# define LD "d"
|
||||||
|
#ifdef __APPLE__
|
||||||
# define ULD "lu"
|
# define ULD "lu"
|
||||||
|
#else
|
||||||
|
# define ULD "u"
|
||||||
|
#endif
|
||||||
# define LLD "lld"
|
# define LLD "lld"
|
||||||
#elif defined __x86_64__
|
#elif defined __x86_64__
|
||||||
# define LD "ld"
|
# define LD "ld"
|
||||||
|
Loading…
Reference in New Issue
Block a user