Add missing return statement to atf/printf_test to make the example
complete and correct, and mute a compiler warning from clang MFC after: 3 days Reported by: Jenkins Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
@@ -152,4 +152,6 @@ ATF_TP_ADD_TCS(tp)
|
|||||||
ATF_TP_ADD_TC(tp, snprintf__two_formatters);
|
ATF_TP_ADD_TC(tp, snprintf__two_formatters);
|
||||||
ATF_TP_ADD_TC(tp, snprintf__overflow);
|
ATF_TP_ADD_TC(tp, snprintf__overflow);
|
||||||
ATF_TP_ADD_TC(tp, fprintf__simple_string);
|
ATF_TP_ADD_TC(tp, fprintf__simple_string);
|
||||||
|
|
||||||
|
return (atf_no_error());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user