Subject: [Boost-bugs] [Boost C++ Libraries] #8985: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-08 23:10:20
#8985: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc
4.8.1
------------------------------+---------------------
Reporter: lcarreon@⦠| Owner: rwgk
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Python
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
These are the unused-local-typedef warnings specific to Boost.Python:
./boost/python/cast.hpp:73:20: warning: typedef
ââ¬Ëmust_be_a_complete_typeââ¬â¢ locally defined but not used [-Wunused-
local-typedefs]
typedef char must_be_a_complete_type[sizeof(T)];
./boost/python/object/pickle_support.hpp:110:31: warning: typedef
ââ¬Ëerror_typeââ¬â¢ locally defined but not used [-Wunused-local-typedefs]
Class_>::error_type error_type;
./boost/python/make_function.hpp:58:32: warning: typedef ââ¬Ëassertionââ¬â¢
locally defined but not used [-Wunused-local-typedefs]
>::too_many_keywords assertion;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8985> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC