Boost C++ Libraries: Ticket #992: Patches to allow boost 1.34.0 to compile with stricter warning checking under mac OS and gcc https://svn.boost.org/trac10/ticket/992 <p> Patch to allow compilation under mac os and gcc with : -Werror -Wall -Wno-trigraphs -Wreturn-type -Wnon-virtual-dtor -Woverloaded-virtual -Wformat -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/992 Trac 1.4.3 Mat Marcus Thu, 24 May 2007 17:52:30 GMT attachment set https://svn.boost.org/trac10/ticket/992 https://svn.boost.org/trac10/ticket/992 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_34warnings_patch.txt</span> </li> </ul> <p> Patch to allow compilation with stricter warning level under gcc and mac os </p> Ticket Thomas Witt Fri, 25 May 2007 19:01:05 GMT attachment set https://svn.boost.org/trac10/ticket/992 https://svn.boost.org/trac10/ticket/992 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_34warnings_patch2.txt</span> </li> </ul> <p> Updated patch. Removed <a class="missing wiki">GetProcAddress</a> fix. </p> Ticket Thomas Witt Fri, 25 May 2007 19:02:25 GMT owner set https://svn.boost.org/trac10/ticket/992#comment:1 https://svn.boost.org/trac10/ticket/992#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Thomas Witt</span> </li> </ul> <p> The <a class="missing wiki">GetProcAddress</a> fix is a duplicate of ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/996" title="#996: Bugs: boost threads doesn't build on windows with UNICODE (closed: fixed)">#996</a>. We'll handle it there. </p> Ticket Thomas Witt Fri, 25 May 2007 20:09:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/992#comment:2 https://svn.boost.org/trac10/ticket/992#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> Patch applied. Removed commented else in date_time per Jeff Garland. </p> Ticket