cpc.c:664:41: warning: format specifies type 'long long' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat]
sprintf(buffer, "(%lld) %8.4s", ++code_dump, insts + (*code_dump * 5));
~~~~ ^~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), VA_ARGS)
^~~~~~~~~~~
cpc.c:664:41: warning: unsequenced modification and access to 'code_dump' [-Wunsequenced]
sprintf(buffer, "(%lld) %8.4s", ++code_dump, insts + (*code_dump * 5));
^ ~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), VA_ARGS)
^~~~~~~~~~~
2 warnings generated.
cpc.c:664:41: warning: format specifies type 'long long' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat]
sprintf(buffer, "(%lld) %8.4s", ++code_dump, insts + (*code_dump * 5));
~~~~ ^~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), VA_ARGS)
^~~~~~~~~~~
cpc.c:664:41: warning: unsequenced modification and access to 'code_dump' [-Wunsequenced]
sprintf(buffer, "(%lld) %8.4s", ++code_dump, insts + (*code_dump * 5));
^ ~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), VA_ARGS)
^~~~~~~~~~~
2 warnings generated.