C language > Expert questions

CHAR

<< < (2/2)

WiiLF23:
You will also encounter these warnings using cJSON library (github).

In same cases, casting a primitive type resolves "possible lost of data" like use INT_PTR blah = SendMessage(...) which you must read by casting (int) so it removes the warnings. I resolved 4 sections of my code nagging about this.

Navigation

[0] Message Index

[*] Previous page

Go to full version