From db6d6802dfbddb12998dd9ed5d1f1ea5dd6848fd Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Wed, 19 Feb 2020 18:01:07 +0100 Subject: [PATCH] Silent an error in coverity --- new-testing/testing_zauxiliary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-testing/testing_zauxiliary.c b/new-testing/testing_zauxiliary.c index cdb6d9b34..e46a7a542 100644 --- a/new-testing/testing_zauxiliary.c +++ b/new-testing/testing_zauxiliary.c @@ -527,7 +527,7 @@ int main (int argc, char **argv) { /* Warmup */ if ( !nowarmup ) { run_arg_list_t copy = run_arg_list_copy( &(run->args) ); - rc = test->fptr( ©, check ); + test->fptr( ©, check ); run_arg_list_destroy( © ); } -- GitLab