Boost C++ Libraries: Ticket #9230: MSVC: new compiler warnings since v1.54.0 https://svn.boost.org/trac10/ticket/9230 <p> There are two new level 3 compiler warnings in context::use_certificate and context::make_buffer_bio: </p> <p> boost\boost/asio/ssl/impl/context.ipp(432): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data </p> <p> boost\boost/asio/ssl/impl/context.ipp(932): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data </p> <p> Patch against 1.55.0 beta attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9230 Trac 1.4.3 raad@… Fri, 11 Oct 2013 12:33:02 GMT attachment set https://svn.boost.org/trac10/ticket/9230 https://svn.boost.org/trac10/ticket/9230 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">context.ipp.patch</span> </li> </ul> <p> Patch to remove the warnings with static_casts from size_t to int </p> Ticket chris_kohlhoff Mon, 05 May 2014 08:24:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9230#comment:1 https://svn.boost.org/trac10/ticket/9230#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> Was fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/86462" title="Suppress conversion warnings reported by MSVC.">r86462</a>. Included in boost 1.55. </p> Ticket