[Boost-bugs] [Boost C++ Libraries] #8987: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1

Subject: [Boost-bugs] [Boost C++ Libraries] #8987: 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:18:25


#8987: More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc
4.8.1
------------------------------+---------------------
 Reporter: lcarreon@… | Owner: andysem
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: log
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------
 These are the unused-local-typedef warnings specific to Boost.Log:

 libs/log/src/date_time_format_parser.cpp:321:23: warning: typedef
 Ã¢â‚¬Ëœcallback_type’ locally defined but not used [-Wunused-local-typedefs]
      typedef CallbackT callback_type;

 libs/log/src/init_from_settings.cpp:131:44: warning: typedef
 Ã¢â‚¬Ëœstring_type’ locally defined but not used [-Wunused-local-typedefs]
      typedef std::basic_string< char_type > string_type;

 libs/log/src/init_from_settings.cpp:702:43: warning: typedef
 Ã¢â‚¬Ëœstring_type’ locally defined but not used [-Wunused-local-typedefs]
      typedef typename section::string_type string_type;

 boost/log/expressions/formatters/c_decorator.hpp:223

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8987>
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