From 5d675f38a7bc69a950317e6a4d8cc89221e8cd0b Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 13 Dec 2016 15:13:21 +0100 Subject: [PATCH] Fix a bunch of warnings --- z_spm_expand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/z_spm_expand.c b/z_spm_expand.c index e2f5f5fa..69c4a67b 100644 --- a/z_spm_expand.c +++ b/z_spm_expand.c @@ -176,7 +176,7 @@ z_spmCSCExpand(const pastix_spm_t *spm) assert(spm->loc2glob == NULL);//to do - (void)newval; + (void)newval; (void)lda; return newspm; } @@ -337,7 +337,7 @@ z_spmCSRExpand(const pastix_spm_t *spm) assert(spm->loc2glob == NULL);//to do - (void)newval; + (void)newval; (void)lda; return newspm; } -- GitLab