We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4861704 commit e3d606dCopy full SHA for e3d606d
1 file changed
samples/AssignmentAddressToInteger/out.txt
@@ -1,3 +1,3 @@
1
-samples\AssignmentAddressToInteger\bad.c:3:0: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
+samples\AssignmentAddressToInteger\bad.c:3:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
2
int a = p;
3
-^
+ ^
0 commit comments