Boost C++ Libraries: Ticket #4508: bsd.hpp assumes __NetBSD_GCC__ is defined https://svn.boost.org/trac10/ticket/4508 <p> On OpenBSD, when compiling a project of mine, I noticed that bsd.hpp assumes <span class="underline">NetBSD_GCC</span> is defined, which gave a compilation error because I use gcc with -Werror. </p> <p> So, I simply fixed the line that caused the error. Please see the attached patch for the fix. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4508 Trac 1.4.3 Jelle Geerts <jellegeerts@…> Wed, 04 Aug 2010 19:59:18 GMT attachment set https://svn.boost.org/trac10/ticket/4508 https://svn.boost.org/trac10/ticket/4508 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bsd.hpp.patch</span> </li> </ul> Ticket Jelle Geerts <jellegeerts@…> Wed, 11 Aug 2010 19:32:23 GMT type changed https://svn.boost.org/trac10/ticket/4508#comment:1 https://svn.boost.org/trac10/ticket/4508#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket John Maddock Thu, 12 Aug 2010 12:27:50 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4508#comment:2 https://svn.boost.org/trac10/ticket/4508#comment:2 <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/64749" title="Suppress gcc warnings. Fixes #4508.">[64749]</a>) Suppress gcc warnings. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4508" title="#4508: Patches: bsd.hpp assumes __NetBSD_GCC__ is defined (closed: fixed)">#4508</a>. </p> Ticket