]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Address unused variables
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 18 Jul 2019 20:15:54 +0000 (16:15 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 18 Jul 2019 20:22:45 +0000 (16:22 -0400)
bundled/boost-1.70.0/include/boost/math/special_functions/detail/bessel_k0.hpp
bundled/boost-1.70.0/include/boost/math/special_functions/detail/bessel_k1.hpp

index c24d89093cc30ab72ee82e5bfc2bc26830d43b34..a6d9da91147167a713fa71af0c9f8a3fe6126477 100644 (file)
@@ -81,7 +81,7 @@ const typename bessel_k0_initializer<T, tag>::init bessel_k0_initializer<T, tag>
 
 
 template <typename T, int N>
-T bessel_k0_imp(const T& x, const mpl::int_<N>&)
+T bessel_k0_imp(const T&, const mpl::int_<N>&)
 {
    BOOST_ASSERT(0);
    return 0;
index 4a851a67d263a221f641e1f491033f9eb23db6f9..40b913bf76d3396a1d1d9f9662e8c5e2c450a306 100644 (file)
@@ -82,7 +82,7 @@ namespace boost { namespace math { namespace detail{
 
 
    template <typename T, int N>
-   inline T bessel_k1_imp(const T& x, const mpl::int_<N>&)
+   inline T bessel_k1_imp(const T&, const mpl::int_<N>&)
    {
       BOOST_ASSERT(0);
       return 0;

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.