Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2209 closed Bugs (fixed)

boost/graph/topological_sort.hpp warning: unused parameter

Reported by: Steven Robbins <smr@…> Owned by: Andrew Sutton
Milestone: Boost 1.37.0 Component: graph
Version: Boost 1.36.0 Severity: Problem
Keywords: Cc:

Description

The Boost.Graph headers produce warnings about unused parameters.

Report from Debian user: http://bugs.debian.org/322386

Debian patch attached.

Attachments (1)

xxx (475 bytes ) - added by Steven Robbins <smr@…> 14 years ago.

Download all attachments as: .zip

Change History (6)

by Steven Robbins <smr@…>, 14 years ago

Attachment: xxx added

comment:1 by Marshall Clow, 14 years ago

Component: Nonegraph
Milestone: Boost 1.36.0Boost 1.37.0
Owner: set to doug_gregor

comment:2 by Douglas Gregor, 14 years ago

Owner: changed from doug_gregor to Douglas Gregor

comment:3 by Andrew Sutton, 14 years ago

Owner: changed from Douglas Gregor to Andrew Sutton

comment:4 by Andrew Sutton, 14 years ago

Resolution: fixed
Status: newclosed

Manually applied one-line fix from the patch given earlier. Recompiled examples with -Wextra and found no more warnings in these files. There don't appear to be any tests.

comment:5 by Andrew Sutton, 14 years ago

(In [50317]) Merging r48999, r49000 to fix #2209 and the use of MAXINT instead of numeric_limits.

Note: See TracTickets for help on using tickets.