]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warnings about unused function arguments.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jan 2018 21:54:48 +0000 (14:54 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jan 2018 21:56:25 +0000 (14:56 -0700)
source/fe/fe_face.cc

index 1a443fb436155ab193b1b60b7c5160d3a5352e1d..73d49223bcb9e482287f5e239686a07ffde7d6b9 100644 (file)
@@ -613,7 +613,7 @@ hp_vertex_dof_identities (const FiniteElement<1, spacedim> &/*fe_other*/) const
 template <int spacedim>
 std::vector<std::pair<unsigned int, unsigned int> >
 FE_FaceQ<1, spacedim>::
-hp_line_dof_identities (const FiniteElement<1, spacedim> &fe_other) const
+hp_line_dof_identities (const FiniteElement<1, spacedim> &) const
 {
   // this element is continuous only for the highest dimensional bounding object
   return
@@ -625,7 +625,7 @@ hp_line_dof_identities (const FiniteElement<1, spacedim> &fe_other) const
 template <int spacedim>
 std::vector<std::pair<unsigned int, unsigned int> >
 FE_FaceQ<1, spacedim>::
-hp_quad_dof_identities (const FiniteElement<1, spacedim> &fe_other) const
+hp_quad_dof_identities (const FiniteElement<1, spacedim> &) const
 {
   // this element is continuous only for the highest dimensional bounding object
   return

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.