Boost C++ Libraries: Ticket #3509: Simple patch with initialisation of path_size variable https://svn.boost.org/trac10/ticket/3509 <p> While building the Boost inspect tool from trunk (<a class="changeset" href="https://svn.boost.org/trac10/changeset/56576" title="BOOST_FUSION_ADAPT_CLASS">r56576</a>) , I noticed two warnings from the Boost Filesystem library: </p> <pre class="wiki">../../../libs/filesystem/src/operations.cpp:1285: warning: ‘path_size’ may be used uninitialised in this function </pre><p> I attached a tiny patch that fixes this warning. </p> <p> Using GCC 4.3.3 on Linux Ubuntu 9.04 (Intel 64-bit) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3509 Trac 1.4.3 mloskot <mateusz@…> Sun, 04 Oct 2009 17:33:46 GMT attachment set https://svn.boost.org/trac10/ticket/3509 https://svn.boost.org/trac10/ticket/3509 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-filesystem-dir_itr_first-r56576.patch</span> </li> </ul> <p> Patch with initialisation of path_size variable in dir_itr_first function </p> Ticket Beman Dawes Tue, 06 Oct 2009 12:32:48 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3509#comment:1 https://svn.boost.org/trac10/ticket/3509#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/56616" title="Filesystem: fix #3509">[56616]</a>) Filesystem: fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3509" title="#3509: Patches: Simple patch with initialisation of path_size variable (closed: fixed)">#3509</a> </p> Ticket