Boost C++ Libraries: Ticket #10745: security warnings when building applications with the boost::logv2 library https://svn.boost.org/trac10/ticket/10745 <p> whenn I build my application with Visual Studio 2010 and Boost V1.5.7.0 i get a security warning every time the logging framework is used: 5&gt;C:\dev\boost_1_57_0\boost/log/detail/snprintf.hpp(54): warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 5&gt;C:\dev\boost_1_57_0\boost/log/detail/snprintf.hpp(66): warning C4996: '_vsnwprintf': This function or variable may be unsafe. Consider using _vsnwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10745 Trac 1.4.3 Andrey Semashev Tue, 04 Nov 2014 18:17:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10745#comment:1 https://svn.boost.org/trac10/ticket/10745#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> Fixed in <a class="ext-link" href="https://github.com/boostorg/log/commit/dbff19c89c4b43ee4d581028f7256d061d685bd3"><span class="icon">​</span>https://github.com/boostorg/log/commit/dbff19c89c4b43ee4d581028f7256d061d685bd3</a>. </p> Ticket