Skip to content

Unit testing (check) warnings when building with Travis #1

@avullo

Description

@avullo

Check unit testing complains is expecting casts, e.g.

tests/interval.c: In function ‘interval_creation’:
tests/interval.c:51:3: warning: passing argument 1 of ‘_ck_assert_msg’ makes integer from pointer without a cast [enabled by default]
ck_assert ( i );

testing locally does not give this kind of warnings.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions