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:
parent
94d8d1452b
commit
45b8ebe617
@ -152,4 +152,6 @@ ATF_TP_ADD_TCS(tp)
|
||||
ATF_TP_ADD_TC(tp, snprintf__two_formatters);
|
||||
ATF_TP_ADD_TC(tp, snprintf__overflow);
|
||||
ATF_TP_ADD_TC(tp, fprintf__simple_string);
|
||||
|
||||
return (atf_no_error());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user