Boost C++ Libraries: Ticket #3889: Integer warnings on FreeBSD and Linux https://svn.boost.org/trac10/ticket/3889 <p> I've started getting integer warnings for platforms other than Darwin. They're in the failures for <code>hash_fwd_test_1</code>, in the <a href="http://www.boost.org/development/tests/trunk/developer/functional-hash.html">hash test results</a>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3889 Trac 1.4.3 John Maddock Tue, 02 Feb 2010 18:35:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3889#comment:1 https://svn.boost.org/trac10/ticket/3889#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/59430" title="Change code to check individually for the INT#_C macros before ...">[59430]</a>) Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU). Also declare this a gcc system header - seems to be the only way to really suppress the warnings - fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3889" title="#3889: Bugs: Integer warnings on FreeBSD and Linux (closed: fixed)">#3889</a>. </p> Ticket