Opened 9 years ago

Closed 9 years ago

#8986 closed Bugs (fixed)

More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1

Reported by: lcarreon@… Owned by: Jeremiah Willcock
Milestone: To Be Determined Component: graph
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

These are the unused-local-typedef warnings specific to Boost.Graph:

./boost/graph/breadth_first_search.hpp:67:47: warning: typedef ‘Edge’ locally defined but not used [-Wunused-local-typedefs]

typedef typename GTraits::edge_descriptor Edge;

Change History (1)

comment:1 by Jeremiah Willcock, 9 years ago

Resolution: fixed
Status: newclosed

(In [85323]) Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986

Note: See TracTickets for help on using tickets.