From: Rene Gassmoeller Date: Mon, 7 Aug 2017 18:23:43 +0000 (-0600) Subject: Remove unused parameter warning X-Git-Tag: v9.0.0-rc1~1351^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66973ad2921264ef63614dbb4fd44e8b2bbd51dd;p=dealii.git Remove unused parameter warning --- diff --git a/include/deal.II/lac/full_matrix.templates.h b/include/deal.II/lac/full_matrix.templates.h index d077fdcb76..2dd9ded9ae 100644 --- a/include/deal.II/lac/full_matrix.templates.h +++ b/include/deal.II/lac/full_matrix.templates.h @@ -1199,7 +1199,7 @@ namespace internal return lp_A.determinant(); } #else - static number value (const FullMatrix &A) + static number value (const FullMatrix &) { AssertThrow(false, ExcNeedsLAPACK()); return 0.0;