Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#9109 closed Bugs (fixed)

Warning in bessel with -Wshadow

Reported by: Mathias Gaunard Owned by: John Maddock
Milestone: To Be Determined Component: math
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

/home/nt2/dev/boost/trunk/boost/math/special_functions/detail/bessel_jy_series.hpp: In function ‘T boost::math::detail::bessel_y_small_z_series(T, T, T*, const Policy&)’:
/home/nt2/dev/boost/trunk/boost/math/special_functions/detail/bessel_jy_series.hpp:197:11: warning: declaration of ‘s’ shadows a previous local [-Wshadow]
/home/nt2/dev/boost/trunk/boost/math/special_functions/detail/bessel_jy_series.hpp:179:46: warning: shadowed declaration is here [-Wshadow]

Change History (3)

comment:1 by Mathias Gaunard, 9 years ago

Version: Boost 1.54.0Boost Development Trunk

comment:2 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in revision #85667

comment:3 by John Maddock, 9 years ago

(In [85987]) Merge accumulated patches from Trunk. Refs #8384, Refs #8855, refs #9107, refs #9109, refs #8333, refs #8621, refs #8732, refs #8733, refs #8837, refs #8940, refs #9042, refs #9087, refs #9104, refs #9126.

Note: See TracTickets for help on using tickets.