Boost C++ Libraries: Ticket #8985: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1 https://svn.boost.org/trac10/ticket/8985 <p> These are the unused-local-typedef warnings specific to Boost.Python: </p> <p> ./boost/python/cast.hpp:73:20: warning: typedef ‘must_be_a_complete_type’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> typedef char must_be_a_complete_type[sizeof(T)]; </p> </blockquote> <p> ./boost/python/object/pickle_support.hpp:110:31: warning: typedef ‘error_type’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote> <p> Class_&gt;::error_type error_type; </p> </blockquote> <p> ./boost/python/make_function.hpp:58:32: warning: typedef ‘assertion’ locally defined but not used [-Wunused-local-typedefs] </p> <blockquote class="citation"> <p> ::too_many_keywords assertion; </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8985 Trac 1.4.3