Boost C++ Libraries: Ticket #6681: Boost::GIL with MSVC Warning Level 4 gives some warnings. https://svn.boost.org/trac10/ticket/6681 <p> In compiling Boost::GIL user code, MSVC(VC10) with /W4 compile option gives following warnings. </p> <ul><li>boost/gil/extension/io/io_error.hpp line:40 C4996 </li><li>boost/gil/extension/io/png_io_private.hpp line:158 C4611 </li><li>boost/gil/image.hpp line:196 C4127 </li><li>boost/gil/algorithm.hpp line:629 C4127 </li><li>boost/gil/extension/io/png_io_private.hpp line:345 C4127 </li><li>boost/gil/algorithm.hpp line:443 C4127 </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6681 Trac 1.4.3 chhenning Sun, 03 Feb 2013 20:17:31 GMT owner changed https://svn.boost.org/trac10/ticket/6681#comment:1 https://svn.boost.org/trac10/ticket/6681#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Hailin Jin</span> to <span class="trac-author">chhenning</span> </li> </ul> <p> Added changes to gil and dynamic image extension. </p> Ticket Mateusz Loskot Thu, 16 Feb 2017 10:49:39 GMT cc set https://svn.boost.org/trac10/ticket/6681#comment:2 https://svn.boost.org/trac10/ticket/6681#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">mateusz@…</span> added </li> </ul> <p> @chhenning So, has this been fixed? </p> Ticket Mateusz Loskot Sat, 25 Aug 2018 14:55:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6681#comment:3 https://svn.boost.org/trac10/ticket/6681#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">obsolete</span> </li> </ul> <p> GIL in Boost 1.68 delivers completely re-implemented I/O extensions, so some of the warnings may have been gone now. </p> <p> There also have been numerous warnings clean-ups before releasing 1.68. Other warnings will need to be re-reviewed and fixed as noticed. </p> <p> I'm closing as obsolete. </p> <p> github ref: <a class="ext-link" href="https://github.com/boostorg/gil/projects/4#card-12438901"><span class="icon">​</span>https://github.com/boostorg/gil/projects/4#card-12438901</a> </p> Ticket