Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6685a877 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Remove unused returned values

parent 873912b2
No related branches found
No related tags found
No related merge requests found
......@@ -803,7 +803,7 @@ run_print_header( const testing_t *test,
/* Specific check output */
if ( check ) {
str_ptr = run_print_header_partial( test->outchk, human, str_ptr );
run_print_header_partial( test->outchk, human, str_ptr );
}
fprintf( stdout, "%s\n", str );
return;
......@@ -923,7 +923,7 @@ run_print_line( const testing_t *test, const run_arg_list_t *arglist,
/* Specific check output */
if ( check ) {
str_ptr = run_print_line_partial( test->outchk, arglist, human, str_ptr );
run_print_line_partial( test->outchk, arglist, human, str_ptr );
}
fprintf( stdout, "%s\n", str );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment