Boost C++ Libraries: Ticket #9646: signed/unsigned comparison in airy.hpp on develop https://svn.boost.org/trac10/ticket/9646 <p> On develop, there is a signed/unsigned comparison in airy.hpp </p> <p> /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] </p> <blockquote> <p> for(unsigned i = 0; i &lt; static_cast&lt;int&gt;(number_of_zeros); ++i) </p> <blockquote> <p> ~ <sup> <del></del><del></del><del></del><del></del><del></del><del></del><del></del><del></del>~ </sup></p> </blockquote> </blockquote> <p> 1 warning generated. </p> <p> This issue is not present on the master branch. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9646 Trac 1.4.3 John Maddock Tue, 11 Feb 2014 13:20:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9646#comment:1 https://svn.boost.org/trac10/ticket/9646#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in Git develop </p> Ticket