cppcheck/samples/AssignmentAddressToInteger/out.txt

4 lines
156 B
Plaintext
Raw Normal View History

2019-08-18 12:51:32 +02:00
samples\AssignmentAddressToInteger\bad.c:3:0: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
int a = p;
^