Issue 124395 - Many unused-local-typedef warnings from boost with gcc>=4.8 and clang>=3.5
Summary: Many unused-local-typedef warnings from boost with gcc>=4.8 and clang>=3.5
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 4.1.0-beta
Hardware: All All
: P4 Normal (vote)
Target Milestone: 4.2.0
Assignee: hdu@apache.org
QA Contact:
URL:
Keywords:
Depends on: 123817
Blocks:
  Show dependency tree
 
Reported: 2014-03-10 13:54 UTC by hdu@apache.org
Modified: 2017-05-20 10:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hdu@apache.org 2014-03-10 13:54:48 UTC
These modern compilers warn when a local typedef has been declared but is not used. As the headers with such typedefs are included thousands of times during an AOO build these problems in boost-1.55 are quite annoying.
Comment 1 SVN Robot 2014-03-10 14:20:01 UTC
"hdu" committed SVN revision 1575947 into trunk:
#i124395# fix unused-local-typedef warnings in boost for gcc>=4.7 and clang>=3.5
Comment 2 SVN Robot 2014-03-13 16:28:10 UTC
"hdu" committed SVN revision 1577227 into trunk:
#i124395# WaE: fix unused-local-typedef warning from the BOOST_CONCEPT_ASSERT...
Comment 3 SVN Robot 2014-03-13 16:40:46 UTC
"hdu" committed SVN revision 1577236 into trunk:
#i124395# WaE: fix unused-local-typedef warning in boost/spirit
Comment 4 hdu@apache.org 2014-03-13 17:48:10 UTC
With the often included boost headers fixed by the commits above about 1500 warnings about unused local typedefs are gone.