Subject: [Boost-bugs] [Boost C++ Libraries] #8984: 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:07:38
#8984: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc
4.8.1
------------------------+------------------------------
Reporter: lcarreon@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.54.0
Severity: Problem | Keywords:
------------------------+------------------------------
These are the unused-local-typedef warnings specific to Boost.Spirit:
./boost/spirit/home/support/char_set/range_run_impl.hpp:28:48: warning:
typedef ââ¬Ëvalue_typeââ¬â¢ locally defined but not used [-Wunused-local-
typedefs]
typedef typename Range::value_type value_type;
./boost/spirit/home/support/char_set/range_run_impl.hpp:29:48: warning:
typedef ââ¬Ëinteger_traitsââ¬â¢ locally defined but not used [-Wunused-local-
typedefs]
typedef integer_traits<value_type> integer_traits;
./boost/spirit/home/classic/core/primitives/primitives.hpp:50:68: warning:
typedef ââ¬Ëresult_tââ¬â¢ locally defined but not used [-Wunused-local-
typedefs]
typedef typename parser_result<self_t, ScannerT>::type
result_t;
./boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:310:68:
warning: typedef ââ¬Ëiterator_tââ¬â¢ locally defined but not used [-Wunused-
local-typedefs]
typedef typename helper_list_t::vector_t::reverse_iterator
iterator_t;
./boost/spirit/home/classic/tree/parse_tree.hpp:79:42: warning: typedef
ââ¬Ëattr_tââ¬â¢ locally defined but not used [-Wunused-local-typedefs]
typedef typename match_t::attr_t attr_t;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8984> 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