Try to fix Travis

This commit is contained in:
Daniel Marjamäki 2019-08-20 22:00:35 +02:00
parent 486170489a
commit e3d606d127
1 changed files with 2 additions and 2 deletions

View File

@ -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;
^
^