From 5a8bace1cd08f58924828ff1b292216668a2b4e4 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 5 Mar 2017 16:37:15 +0100 Subject: [PATCH] Handle more unused variables and parameters --- bundled/boost-1.62.0/include/boost/iostreams/filter/gzip.hpp | 2 +- include/deal.II/dofs/dof_accessor.templates.h | 2 +- include/deal.II/lac/diagonal_matrix.h | 1 + include/deal.II/matrix_free/fe_evaluation.h | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bundled/boost-1.62.0/include/boost/iostreams/filter/gzip.hpp b/bundled/boost-1.62.0/include/boost/iostreams/filter/gzip.hpp index fb18224ea1..a0cc92c09b 100644 --- a/bundled/boost-1.62.0/include/boost/iostreams/filter/gzip.hpp +++ b/bundled/boost-1.62.0/include/boost/iostreams/filter/gzip.hpp @@ -285,7 +285,7 @@ private: boost::iostreams::put(next, static_cast(0xFF & (n >> 24))); } template - static void write_long(long n, Sink& next, boost::mpl::false_) + static void write_long(long /*n*/, Sink& /*next*/, boost::mpl::false_) { } template diff --git a/include/deal.II/dofs/dof_accessor.templates.h b/include/deal.II/dofs/dof_accessor.templates.h index 25d39b02aa..87566e726e 100644 --- a/include/deal.II/dofs/dof_accessor.templates.h +++ b/include/deal.II/dofs/dof_accessor.templates.h @@ -2423,7 +2423,7 @@ template