cppcheck/samples/AssignmentAddressToInteger/out.txt

4 lines
152 B
Plaintext

samples\AssignmentAddressToInteger\bad.c:3:0: warning: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
int a = p;
^