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__
|
||||
# define LD "d"
|
||||
#ifdef __APPLE__
|
||||
# define ULD "lu"
|
||||
#else
|
||||
# define ULD "u"
|
||||
#endif
|
||||
# define LLD "lld"
|
||||
#elif defined __x86_64__
|
||||
# define LD "ld"
|
||||
|
Loading…
Reference in New Issue
Block a user