From: Timo Heister Date: Thu, 6 Jul 2017 08:37:14 +0000 (+0200) Subject: remove a compiler warning X-Git-Tag: v9.0.0-rc1~1448^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caffa8a5df74ad2843cc997536399f5602b2db11;p=dealii.git remove a compiler warning --- diff --git a/include/deal.II/lac/full_matrix.templates.h b/include/deal.II/lac/full_matrix.templates.h index 3582c72761..d077fdcb76 100644 --- a/include/deal.II/lac/full_matrix.templates.h +++ b/include/deal.II/lac/full_matrix.templates.h @@ -1174,7 +1174,7 @@ namespace internal template struct Determinant { - static number value (const FullMatrix &A) + static number value (const FullMatrix &) { AssertThrow(false, ExcNotImplemented()); return 0.0;