Skip to content

Commit

Permalink
Fix gamma unused parameter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Aug 9, 2024
1 parent 37875f2 commit 687125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/math/special_functions/gamma.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ BOOST_MATH_GPU_ENABLED T sinpx(T z)
// tgamma(z), with Lanczos support:
//
template <class T, class Policy, class Lanczos>
BOOST_MATH_GPU_ENABLED T gamma_imp_final(T z, const Policy& pol, const Lanczos& l)
BOOST_MATH_GPU_ENABLED T gamma_imp_final(T z, const Policy& pol, const Lanczos&)
{
BOOST_MATH_STD_USING

Expand Down

0 comments on commit 687125c

Please sign in to comment.