Boost C++ Libraries: Ticket #8986: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1 https://svn.boost.org/trac10/ticket/8986 <p> These are the unused-local-typedef warnings specific to Boost.Graph: </p> <p> ./boost/graph/breadth_first_search.hpp:67:47: warning: typedef ‘Edge’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> typedef typename GTraits::edge_descriptor Edge; </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8986 Trac 1.4.3 Jeremiah Willcock Mon, 12 Aug 2013 18:15:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8986#comment:1 https://svn.boost.org/trac10/ticket/8986#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/85323" title="Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986">[85323]</a>) Fixed unused typedef warnings from GCC 4.9; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8877" title="#8877: Bugs: [graph] GCC 4.8+ warns about unused local typedef (closed: fixed)">#8877</a>; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8986" title="#8986: Bugs: More -Wunused-local-typedef warnings when building Boost 1.54.0 with ... (closed: fixed)">#8986</a> </p> Ticket