Mentions légales du service

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

Fix compilation warnings

parent aead2931
No related branches found
No related tags found
1 merge request!498Fix cblas/lapacke prototypes by removing incorrect and useless const
......@@ -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;
......
......@@ -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 ) {
......
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