Boost C++ Libraries: Ticket #1116: disable some warnings in msvc build https://svn.boost.org/trac10/ticket/1116 <p> the current bjam toolset for msvc will generate a lot of useless warnings, like dll-interface warnings, character code page warnings, and some strcpy_s warnings. </p> <p> These warnings are useless for building boost. so I made some tweak in msvc.jam to disable these warnings. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1116 Trac 1.4.3 steve Wed, 25 Jul 2007 05:58:20 GMT attachment set https://svn.boost.org/trac10/ticket/1116 https://svn.boost.org/trac10/ticket/1116 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">msvc.jam.patch</span> </li> </ul> Ticket Steven Watanabe Thu, 08 Jan 2009 03:52:02 GMT owner set https://svn.boost.org/trac10/ticket/1116#comment:1 https://svn.boost.org/trac10/ticket/1116#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> </ul> <p> These should probably be disabled in Jamroot, rather than msvc.jam. </p> Ticket Vladimir Prus Sat, 11 Jul 2009 12:12:06 GMT owner changed https://svn.boost.org/trac10/ticket/1116#comment:2 https://svn.boost.org/trac10/ticket/1116#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Vladimir Prus</span> to <span class="trac-author">No-Maintainer</span> </li> </ul> <p> I am afraid I am not qualified to tell what warnings make sense for msvc. Can you post this suggestion on the mailing list, and if there is agreement (or no disagreement), I'll do the change. </p> <p> Thanks, Volodya </p> Ticket anonymous Sat, 04 Sep 2010 11:56:12 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1116#comment:3 https://svn.boost.org/trac10/ticket/1116#comment:3 <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">invalid</span> </li> </ul> <p> Since no discussion has happened and no conclusion made, there's nothing I can do here. </p> Ticket