You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
avullo
changed the title
Compiler warnings when building with Travis
Unit testing (check) warnings when building with Travis
Mar 17, 2018
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.
The text was updated successfully, but these errors were encountered: