Skip to content

Commit

Permalink
Try to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Aug 20, 2019
1 parent 4861704 commit e3d606d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/AssignmentAddressToInteger/out.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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]
int a = p;
^
^

0 comments on commit e3d606d

Please sign in to comment.