Mentions légales du service

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

Fix a bunch of warnings

parent edf863b3
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ z_spmCSCExpand(const pastix_spm_t *spm) ...@@ -176,7 +176,7 @@ z_spmCSCExpand(const pastix_spm_t *spm)
assert(spm->loc2glob == NULL);//to do assert(spm->loc2glob == NULL);//to do
(void)newval; (void)newval; (void)lda;
return newspm; return newspm;
} }
...@@ -337,7 +337,7 @@ z_spmCSRExpand(const pastix_spm_t *spm) ...@@ -337,7 +337,7 @@ z_spmCSRExpand(const pastix_spm_t *spm)
assert(spm->loc2glob == NULL);//to do assert(spm->loc2glob == NULL);//to do
(void)newval; (void)newval; (void)lda;
return newspm; return newspm;
} }
......
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