I am working with the tricore v3.4.6 compiler.
Suppose I have a signed integer like sint32 a = -1
and want to print that with printf
.
I tried printf("Signed number %i", a)
as well as printf("Signed number %d", a)
which both gives me compiler warnings, for example
warning: int format, sint32 arg