Boost C++ Libraries: Ticket #8984: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1 https://svn.boost.org/trac10/ticket/8984 <p> These are the unused-local-typedef warnings specific to Boost.Spirit: </p> <p> ./boost/spirit/home/support/char_set/range_run_impl.hpp:28:48: warning: typedef ‘value_type’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> typedef typename Range::value_type value_type; </p> </blockquote> <p> ./boost/spirit/home/support/char_set/range_run_impl.hpp:29:48: warning: typedef ‘integer_traits’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> typedef integer_traits&lt;value_type&gt; integer_traits; </p> </blockquote> <p> ./boost/spirit/home/classic/core/primitives/primitives.hpp:50:68: warning: typedef ‘result_t’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> typedef typename parser_result&lt;self_t, ScannerT&gt;::type result_t; </p> </blockquote> <p> ./boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:310:68: warning: typedef ‘iterator_t’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> typedef typename helper_list_t::vector_t::reverse_iterator iterator_t; </p> </blockquote> <p> ./boost/spirit/home/classic/tree/parse_tree.hpp:79:42: warning: typedef ‘attr_t’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> typedef typename match_t::attr_t attr_t; </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8984 Trac 1.4.3 viboes Sat, 10 Aug 2013 07:25:30 GMT component changed; owner set https://svn.boost.org/trac10/ticket/8984#comment:1 https://svn.boost.org/trac10/ticket/8984#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Joel de Guzman</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">spirit</span> </li> </ul> Ticket Nikita Kniazev <nok.raven@…> Sun, 17 Dec 2017 23:33:33 GMT <link>https://svn.boost.org/trac10/ticket/8984#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8984#comment:2</guid> <description> <p> Fixed with: </p> <ul><li>89c9a8f547a64a4f72810522afacfd64e1a2138d </li><li>7d1bf7680301331073761e81b85989b9ecee56d5 </li><li><a class="ext-link" href="https://github.com/boostorg/spirit/pull/166"><span class="icon">​</span>https://github.com/boostorg/spirit/pull/166</a> </li><li><a class="ext-link" href="https://github.com/boostorg/spirit/pull/156"><span class="icon">​</span>https://github.com/boostorg/spirit/pull/156</a> </li></ul> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Sun, 17 Dec 2017 23:48:01 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8984#comment:3 https://svn.boost.org/trac10/ticket/8984#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">fixed</span> </li> </ul> Ticket