Opened 9 years ago

Closed 9 years ago

#9646 closed Bugs (fixed)

signed/unsigned comparison in airy.hpp on develop

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

Description

On develop, there is a signed/unsigned comparison in airy.hpp

/home/nt2/dev/boost/boost/math/special_functions/airy.hpp:392:26: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]

for(unsigned i = 0; i < static_cast<int>(number_of_zeros); ++i)

~ ~

1 warning generated.

This issue is not present on the master branch.

Change History (1)

comment:1 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in Git develop

Note: See TracTickets for help on using tickets.