Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#9107 closed Bugs (fixed)

unused parameter warning in fraction with clang

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/tools/fraction.hpp:36:47: warning: unused parameter 'v' [-Wunused-parameter]
       static result_type a(const value_type& v)
                                              ^

Attachments (1)

math_fraction_warning.diff (473 bytes ) - added by Mathias Gaunard 9 years ago.

Download all attachments as: .zip

Change History (3)

by Mathias Gaunard, 9 years ago

Attachment: math_fraction_warning.diff added

comment:1 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

(In [85678]) Suppress warning in fraction.hpp. Fix internal consistency of argument reduction in elliptic integrals when the argument is very close to a multiple of PI/2. Fixes #9107. Fixes #9104.

comment:2 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.