Skip to content

Commit e3d606d

Browse files
committed
Try to fix Travis
1 parent 4861704 commit e3d606d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/AssignmentAddressToInteger
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
samples\AssignmentAddressToInteger\bad.c:3:0: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
1+
samples\AssignmentAddressToInteger\bad.c:3:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
22
int a = p;
3-
^
3+
^

0 commit comments

Comments
 (0)