From 82e857bf731b8daf2be0d627b3e82d0d82bffd29 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Thu, 14 Nov 2024 13:39:45 +0100 Subject: [PATCH] Fix compilation warnings --- compute/pzgetrf.c | 1 - runtime/starpu/codelets/codelet_zperm_allreduce.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/compute/pzgetrf.c b/compute/pzgetrf.c index 5b63d1e01..cfe7f507e 100644 --- a/compute/pzgetrf.c +++ b/compute/pzgetrf.c @@ -447,7 +447,6 @@ chameleon_pzgetrf_panel_permute_batched( struct chameleon_pzgetrf_s *ws, { switch( ws->alg ) { case ChamGetrfPPiv: - chameleon_attr_fallthrough; case ChamGetrfPPivPerColumn: { int m; diff --git a/runtime/starpu/codelets/codelet_zperm_allreduce.c b/runtime/starpu/codelets/codelet_zperm_allreduce.c index 87c4cc61a..4c33a2e50 100644 --- a/runtime/starpu/codelets/codelet_zperm_allreduce.c +++ b/runtime/starpu/codelets/codelet_zperm_allreduce.c @@ -178,7 +178,7 @@ INSERT_TASK_zperm_allreduce_send_A( const RUNTIME_option_t *options, int np, int *proc_involved ) { - int p, rank; + int p; for ( p = 0; p < np; p ++ ) { if ( proc_involved[ p ] == myrank ) { -- GitLab