#2209 closed Bugs (fixed)
boost/graph/topological_sort.hpp warning: unused parameter
| Reported by: | 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)
Change History (6)
by , 14 years ago
comment:1 by , 14 years ago
| Component: | None → graph |
|---|---|
| Milestone: | Boost 1.36.0 → Boost 1.37.0 |
| Owner: | set to |
comment:2 by , 14 years ago
| Owner: | changed from to |
|---|
comment:3 by , 14 years ago
| Owner: | changed from to |
|---|
comment:4 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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.