#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)
Change History (3)
by , 9 years ago
Attachment: | math_fraction_warning.diff added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(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.