From: Daniel Arndt Date: Sun, 5 Mar 2017 15:37:15 +0000 (+0100) Subject: Handle more unused variables and parameters X-Git-Tag: v8.5.0-rc1~67^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4033%2Fhead;p=dealii.git Handle more unused variables and parameters --- 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