commit | ae6ee6ae2b4f4534664561161ef8087e08aff2d9 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 25 18:19:55 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 02 18:02:13 2020 +1000 |
tree | fd3965050b2784c11a4d6671770f80b5f079afd8 | |
parent | 4a0c1de64bf9d9027a6f19adfba89fc27893db23 [diff] |
lib/mpi: Fix unused variable warnings This patch removes a number of unused variables and marks others as unused in order to silence compiler warnings about them. Fixes: a8ea8bdd9df9 ("lib/mpi: Extend the MPI library") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Tested-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>